insert image

  1. S

    Embedding Image In Email Using MS Outlook VBO

    Hi, Doing some work with Outlook and looking into embedding an image in the email body using the MS Outlook VBO. All works fine when sending emails to Outlook accounts. However, when sending to a Gmail account, this fails as no image is showing in the email body Message Is HTML Flag is set...
  2. F

    Solved [MS Word VBO] Insert Image to Word page

    Hello, I need to insert an image to a word file. First I have wrote the macro in VBA to insert image to a specific page in a word file Sub InsertImage() Dim PicPath As String Dim aShape As Shape PicPath = "C:\Users\f04959c\Desktop\Capture.PNG"...
Top