Word 2007 DropDownList Number?

Soldato
Joined
5 Mar 2007
Posts
2,858
Location
Macclesfield
Hello,

I'm trying to create a form with a drop down list with numbers in it, I’ve done one with dates and text, but I’d like a list of numbers to pick from, anyone know how to do this?

Cheers
 
Ahh sorry assumed excel.

Enable the developer bar in options.

Add a drop down list

Highlight it and click properties on the tool bar.

At the bottom add in each of the numbers you want to be able to select
 
Yep I’ve seen that way of doing it, the problem is the number could be anywhere between 1 and 1000, I was hoping I could have a similar grid(?) as you have with the pick a date dropdown.

Thanks anyway
 
Depending upon the document being produced it MIGHT be easier to do this in Excel, in that Excel has direct support for data validation, which can be set without programming to have one list dependant upon another selection. In word, you will need to use VBA, and this would be dependant upon the type of drop down menu you are referring to (combo box presumably, but from which toolbar?)
 
Last edited:
Back
Top Bottom