G Guest Jul 1, 2005 #1 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?
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?
J Jay Freedman Jul 1, 2005 #2 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? Click to expand... 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.
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? Click to expand... 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.