From: KMK on
It appears you can only use 50 characters in creating a drop down menu item.
Is there a way to expand the number of characters for each menu option?
--
KMK
From: Jay Freedman on
On Fri, 30 Oct 2009 18:40:01 -0700, KMK
<KMK(a)discussions.microsoft.com> wrote:

>It appears you can only use 50 characters in creating a drop down menu item.
>Is there a way to expand the number of characters for each menu option?

The dropdown form field is absolutely limited to 25 entries of at most
50 characters each. To work around this, you need to create a userform
(custom dialog) with a listbox. See these articles:

http://gregmaxey.mvps.org/FormField_UserForm_ListBox.htm
http://support.microsoft.com/?kbid=306258

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
From: Graham Mayor on
You can however *insert* more text than the dropdown will accommodate - see
http://www.gmayor.com/SelectFile.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


KMK wrote:
> It appears you can only use 50 characters in creating a drop down
> menu item. Is there a way to expand the number of characters for each
> menu option?