Thread: [Solved] Get clipboard Image
View Single Post
 
Old 05-20-2012, 02:12 AM
Charles Kenyon Charles Kenyon is offline Windows Vista Office 2010 32bit
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,533
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Quote:
Originally Posted by janith View Post
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
Reply With Quote