[RESOLVED] Bookmarks In Word
I'm creating a template in Word that will be feed from a VB6 screen and a form letter produced.
I know how to create a Bookmark, and use that bookmark to hold information entered in a control in VB6.
However, when I open up the template, using Word itself, I can't see where I've placed the bookmark other than to look for spaces in sentences where something from the VB6 screen will eventually be placed.
Is there a way to actually "view" where the bookmarks are placed in a Word document?
Re: [RESOLVED] Bookmarks In Word
This almost sounds like a good candidate for a MailMerge. :)
Re: [RESOLVED] Bookmarks In Word
Quote:
Originally Posted by RobDog888
This almost sounds like a good candidate for a MailMerge. :)
That was my initial thought, but they are all individual letters that are completely different in the body message.
These letters are going out to hospitals and for reasons known only to the powers that be at this company, they want the hospital name not only in the letter header, but in one or two other places throughout the letter as well.
Re: [RESOLVED] Bookmarks In Word
Guess theres not too much you can do other then write the entire document from code. Then maybe you can "simplify" the process. :D