Quote:
Originally Posted by janith
Hi,
I am looking for a macro which will automatically get an image from a clipboard(which was copied earlier) and paste it on a word document. And everytime an image is copied its should get appended to the current word file. Any suggestions....!!!!!????
|
Have you tried recording such a macro?
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 5/20/2012 by Charles K. Kenyon
'
Selection.Paste
End Sub