Link to home
Start Free TrialLog in
Avatar of Dave Stone
Dave StoneFlag for United States of America

asked on

Drop Down Word 2007

Hello,
      I have a word document that has several fields that I need to fill in frequently. It would be big help if these fields had drop downs to choose from. One of these fields has addresses. Is this request possible? I am using Word 2007.

Thank you,
Dave
ASKER CERTIFIED SOLUTION
Avatar of GrahamSkan
GrahamSkan
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dave Stone

ASKER

I have added the Developer ribbon and I inserted a "combo box". How do I populate the combo box with the data I would like to choose from?
Set the document into 'Design Mode' with the button in the Controls group. Right click on the Content Control combo on the document and choose Properties... Click Add. Set the Display Name as desired. The Value will follow, but it isn't used in this context
Got that but I cannot enter an address. It seems to only accept one line.
I can't think of any dropdown that allows multiple lines per item. You would have to show a line that identifies the address and then use some code to fill in the gather the other lines of the address.