C
Christof DB
Please advise:
in excel I have code that creates a word document object.
I can write text to the document
with 'document.activeWindow.selection.TypeText'
So far so good.
What I really need is to alternatively type some text and
paste an inline image from the clipboard
(datatype 'image') into the word document.
I've tried many ways but can't get it to work
(selection.PasteSpecial)
Can anybody advise to the cleanest way to do this with
Word objects.
thanks A LOT in advance
Christof
in excel I have code that creates a word document object.
I can write text to the document
with 'document.activeWindow.selection.TypeText'
So far so good.
What I really need is to alternatively type some text and
paste an inline image from the clipboard
(datatype 'image') into the word document.
I've tried many ways but can't get it to work
(selection.PasteSpecial)
Can anybody advise to the cleanest way to do this with
Word objects.
thanks A LOT in advance
Christof