yuvrajm
yuvrajm

Reputation: 318

Paste images from clipboard to word document

I want to paste images, and when I say images, I mean the clipboard will be packed with over 18images, that we need to paste as separate objects. I tried Selection.Paste but it does work only for the last used pic. Can anyone pl help.

The images or objects are basically some random text and images from web browsers. But while pasting on the document, the order needs to be maintained or controlled.

Upvotes: 0

Views: 2571

Answers (1)

dvtoever
dvtoever

Reputation: 3996

You can have only one image at the time in your clipboard. So if you have 18 items, you need to go back and forth.

I am aware that Microsoft word supports this clipboard in which you can hold multiple items, however that will only work when you want to paste it into some other Microsoft Office (Excel / Outlook / etc) product (Microsoft Paint will most likely NOT work)

Upvotes: 1

Related Questions