using combo list box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a form in Word. I am trying to utilize the "combo list box"
for a
question that I need to ask on the form that needs to be answered from a
list of possible answers (not tied to any database). I have figured out how
to put the combo box in my template but cannot figure out how to add more
than one of my values to the box. I am stuck.
 
I assume that you are talking about a control from the Visual Basic Controls
toolbar. If that's the case, you use the .AddItem method to add individual
items to the combobox list.

However, maybe you can do what you want with formfields.

See
Please Fill Out This Form
Part 1: Create professional looking forms in Word
http://www.computorcompanion.com/LPMArticle.asp?ID=22

Part 2: Adding Automation to your Word forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=46

Part 3: Learn more VBA (macros) to automate your forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=119

Part 4: Use custom dialog boxes in your Word forms
http://www.computorcompanion.com/LPMArticle.asp?ID=127

Part 5: Connect your AutoForm to a database to save input time and keep
better records!
http://www.computorcompanion.com/LPMArticle.asp?ID=136


--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
 
Back
Top