R
Ruth
Hi, I'm a former Wordperfect user.
this was easy to do in WP, but I need to do it in Word 2003.
Inside the letterhead template (probably using AutoNew?)
I need the macro to
1. prompt user for the attorney's initials
2. Then use an if statement to go to bookmarks and fill in fields
based on the initials.
For example, the user types in 'abc'.
the macro presumably would use some sort of 'if' statement: If
variable 'initials' equals 'abc'
then go bookmark 'name' and type 'Andrew B. Cooper.' then go to
bookmark 'email' and type '(e-mail address removed)'
However, if the user types in 'def', the macro would go to the 'name'
bookmark and type Donna E. Foxx and then go to the bookmark 'email'
and type '(e-mail address removed)'
Many thanks for any assistance!
this was easy to do in WP, but I need to do it in Word 2003.
Inside the letterhead template (probably using AutoNew?)
I need the macro to
1. prompt user for the attorney's initials
2. Then use an if statement to go to bookmarks and fill in fields
based on the initials.
For example, the user types in 'abc'.
the macro presumably would use some sort of 'if' statement: If
variable 'initials' equals 'abc'
then go bookmark 'name' and type 'Andrew B. Cooper.' then go to
bookmark 'email' and type '(e-mail address removed)'
However, if the user types in 'def', the macro would go to the 'name'
bookmark and type Donna E. Foxx and then go to the bookmark 'email'
and type '(e-mail address removed)'
Many thanks for any assistance!