VBA - Bookmarks in Word '03
Hi, I'm trying to create a process at work to quickly link from a string of text in an Excel to a specified point in a Word document, but I'm new to VBA (I know a little VB, however).
As of now, I'm thinking a macro in Word to insert bookmarks at the locations I want would be helpful, as it would allow me to tell Excel to jump to those specified bookmarks in the Word document via hyperlinks.
How would I write a macro in Word to put the bookmarks where I want? Would I have to utilize the find/replace function somehow?
I'm going to be doing this for several of the same form we'll be getting back from suppliers - otherwise I would just manually insert the bookmarks once. : )
Thanks!
|