|
-
Mar 13th, 2003, 12:40 PM
#1
Thread Starter
Junior Member
word 7 formdropdown
Does anybody know how to get the result from a formdropdown in word7? I tried activedocument.fields(1).result but it gives me a blank result, even if I made a selection. If I try a activedocument.fields(1).code, I get FORMDROPDOWN. PLEASE HELP!
-
Mar 13th, 2003, 02:45 PM
#2
I think:
VB Code:
ActiveDocument.FormFields(1).DropDown.ListEntries(ActiveDocument.FormFields(1).DropDown.Value).Name
will do the job.
FormFields(1) is the first Object on that document, change that to whatever you need.
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|