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...