Results 1 to 2 of 2

Thread: word 7 formdropdown

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2002
    Location
    Puerto Rico
    Posts
    29

    Unhappy 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!

  2. #2
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    I think:
    VB Code:
    1. 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
  •  



Click Here to Expand Forum to Full Width