number of words in a drop-down box

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

Guest

I have a drop down box that i want to use a number of choices. Each choice
is a sentence of about 15-20 words. Can this be done?
 
On Thu, 30 Jun 2005 18:16:11 -0700, Paul Webster <Paul
I have a drop down box that i want to use a number of choices. Each choice
is a sentence of about 15-20 words. Can this be done?

If you mean the dropdown box on the Forms toolbar, probably not. That
gizmo has a maximum of 50 characters per item, and a maximum of 25
items.

If you need more than that, make a userform (a custom dialog)
containing a list box. See
http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm for a
tutorial.
 
Back
Top