S
Sierk
I am upgrading some automation from 2003 to 2007 that was designed to
transfer contact information, like name and address, from an outlook contact
item and inserting it at a predetermined location in a new word document
template. Presently the program works up until the inserting the text-string
part. Thus it extracts the address data from outlook, it formats it into a
proper address block, it opens a document-template, it can even insert the
text at the beginning of the document.
I have spent the past couple of days trying to figure out a way to insert
the text in a specific location using VBA but I can't get it to work. If you
have done something like this please share what you did. Also include the
code so I don't have to waste time navigating the MS Help Maze to implement
your suggestion.
transfer contact information, like name and address, from an outlook contact
item and inserting it at a predetermined location in a new word document
template. Presently the program works up until the inserting the text-string
part. Thus it extracts the address data from outlook, it formats it into a
proper address block, it opens a document-template, it can even insert the
text at the beginning of the document.
I have spent the past couple of days trying to figure out a way to insert
the text in a specific location using VBA but I can't get it to work. If you
have done something like this please share what you did. Also include the
code so I don't have to waste time navigating the MS Help Maze to implement
your suggestion.