Select the cells in Excel, press Ctrl-C.
Then goto the bookmark in Word and press Ctrl-V! :-)
Anyway, ofcourse you know this, but if you select the celss, you can then call the Application.Selection.Copy method, in Word you goto the bookmark using Application.Selection.Goto and paste by calling...
Dear folks,
I built an application which generates word-documents. I also include graphs into these documents. Once I added the graph an formatted it, I want to go to some other position in somewhere in the document.
To move to this point, I use the word method:
Application.Selection.GoTo
The...