[RESOLVED] WORD: How To: Mail Merge into Text Boxes???
Esttemed Forum Participants and Lurkers:
===============================
Word 2003 VBA
Does anyone know if it is possible to MailMerge data into text boxes?
We have a "picture" that we want to duplicate over 100 times with special information that needs to be positioned on the "picture". It can be done with Mail Merge into a normal Word document, but can it be done by Mail Merging into Text boxes?
Thank you for any and all comments, suggestions, and assistance.
Re: WORD: How To: Mail Merge into Text Boxes???
I believe what you want can be done as I remember doing something similar for another member. Let me see if I can find it.
Re: WORD: How To: Mail Merge into Text Boxes???
Ok, found them. Here are two links where I wrote some code to do mail merges and manipulate/insert images into a word document.
http://www.vbforums.com/showthread.php?t=326292
http://www.vbforums.com/showthread.php?t=324135
Re: WORD: How To: Mail Merge into Text Boxes???
Thanks RobDog!
Hey, that's really neat! I guess Text Boxes are just like "sub-documents" ... they hold 'fields' just like any other text in the body of a document! That makes this job one whole lot easier!