hi i am trying to paste a screen shot which is in clipboard in to a word
set word= CreateObject("Word.Application")
Word.Visible = TRUE
Word.Documents.add()
word.document.parentwindow.clipboard.getimage()
word.Selection.Paste
but the above code is pasting the image as text format.i need the exact image to be pasted in the word.
if anyone knows please help me.
Thanks in advance !!!
set word= CreateObject("Word.Application")
Word.Visible = TRUE
Word.Documents.add()
word.document.parentwindow.clipboard.getimage()
word.Selection.Paste
but the above code is pasting the image as text format.i need the exact image to be pasted in the word.
if anyone knows please help me.
Thanks in advance !!!