forms drop down limit

D

David French

Windows XP SP2
Office XP

There is apparently a 25 entry limit to the number of items that may be
entered into a Word Drop Down field.
Is there a way to either increase this or another method for longer lists?
We would like a drop down for the numeric days of the month.

Dave French
 
J

Jay Freedman

Windows XP SP2
Office XP

There is apparently a 25 entry limit to the number of items that may be
entered into a Word Drop Down field.
Is there a way to either increase this or another method for longer lists?
We would like a drop down for the numeric days of the month.

Dave French

The 25-item limit for dropdown form fields can't be changed.

You can make a userform (custom dialog box) that pops up when the
cursor enters a text form field, and a combo box or list box on the
userform can contain as many entries as you want. This will require
some macro programming. Instructions are at
http://support.microsoft.com/?kbid=306258. Also see
http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm.

Alternatively, you can insert an ActiveX combo box from the Controls
Toolbox toolbar. This also requires macro programming. See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnword2k2/html/odc_activeX.asp.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top