Link to home
Create AccountLog in
Avatar of saksafon2
saksafon2

asked on

MS Word Visual Basic Mergefield Help

Help!  I am writing a simple program in Word Visual Basic and I need to copy a users response on the form to either a mergefield or a "REF" Bookmark in the Activedocument.

The logic behind this is simple but the syntax is driving me nuts and I feel like I'm about to smack someone.

Thanks!

rick detroit
Avatar of okcman
okcman

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=3451

this is the source code of an excellent mail merge example this should help you do everything you need
ASKER CERTIFIED SOLUTION
Avatar of Kurvy
Kurvy

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of saksafon2

ASKER

I almost gave up.  Thanks for your help.  I'm now on the right track and can actually start writing this program.