image

  1. 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"...
  2. K

    How to Save a Image into clipboard

    Hello All I have a project request me paste directly from clipboard. But the data type of Environment VBO - Set Clipboard only allow set to Text , can not change to Image . Any one can help me Thanks in Advance!!!
  3. S

    How to Paste an image from clipboard to Excel in a particular cell

    How to Paste an image from clipboard to Excel on a particular cell?
  4. S

    Blue prism - Get values of dynamic images

    Hi, I would like to get robotic an application, using Blue Prism, that manage some documents; every documents is different and does not exist a template. Per each item, the document is uploaded like an image. What I have to do is, open the image and get value of some fields. Is it...
Top