I am trying to set up Drop Down Menues as part of an Excel Workbook. Can
anyone help explain how this is done?
VBA Noob - 18 Jun 2006 11:48 GMT
Hi Madjock,
Select the area where you want the drop down. Then click Tools > Data
Vaildation. Use the dropdown menu to select Custom. Type in your list
using a comma as a seperator e.g
Dog,Cat,Mouse
If you have a list then the below link should help
http://www.contextures.com/xlDataVal01.html
VBA Noob

Signature
VBA Noob
Bob Phillips - 18 Jun 2006 11:50 GMT
See http://www.contextures.com/xlDataVal01.html

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> I am trying to set up Drop Down Menues as part of an Excel Workbook. Can
> anyone help explain how this is done?