A
Anthony
I created a template with a drop down form field. (not a UserForm)
Can I retrieved the user-selected item using VBA.
Anthony
Can I retrieved the user-selected item using VBA.
Anthony
I created a template with a drop down form field. (not a UserForm)
Can I retrieved the user-selected item using VBA.
Anthony
macropod said:Hi Anthony,
Obviously, you need to change "myname" to whatever bookmark name is
assigned to your formfield - see under the formfield's properties. If the
formfield doesn't have a bookmark name, give it one.
--
Cheers
macropod
[Microsoft MVP - Word]
Anthony said:ActiveDocument.FormFields("myname").Result
Error: Doesn't exists (Error5941) in collection
I set label and titel properties to 'myname'.
Anthony