how do I add Drop down menues in Excel?

M

Madjock

I am trying to set up Drop Down Menues as part of an Excel Workbook. Can
anyone help explain how this is done?
 
V

VBA Noob

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
 
Top