Welcome toExcel.Tips.Net
Tips.Net Home
ExcelTips Home
Ask an Excel Question
Make a Comment
ExcelTips FAQ
ExcelTips Premium
Learn Access Now
Free Printable Forms
Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips
Advertise on the
ExcelTips Site
Adding a Little Animation to Your Life
Converting a Range of URLs to Hyperlinks
Making the Formula Bar Persistent
Excel allows you to define graphical controls within your worksheet. Buttons and other controls are placed in your worksheet using the Forms toolbar. If this toolbar is not visible, use the Toolbars option from the View menu to display it.
One of the controls you can place in your worksheet is called a list box. This is a scrollable list of options from which the user can choose. You might use these in a worksheet if you have a group of options from which you want the user to choose. For instance, let's assume you have a worksheet that provides a price quote, and the price is contingent on which color of widget the user wants. Having the users type the name of a color is open to error. For instance, they might enter the name of a color you don't carry, misspell the color name, or refer to a color as "gray" when your terminology is "slate." Rather than have them type a color in, you can present the various colors in a list from which they can choose.
To place a list box control in your worksheet, click on the List Box tool on the Forms toolbar, and then use the mouse to define the rectangle that will hold the list box and the scroll bar at the right side of the box.
To use a list box effectively, you have to link it to two separate areas on your worksheet. The first is called an input list, and represents the options in the list. The second is the cell link, which contains the currently selected option. To set these areas, follow these steps:
You should note that the Cell Link setting specifies a bi-directional relationship between the cell and the control. This means that a change in the selected option will change the value in the cell, but a change in the cell value will also change which option is selected in the list box. The value stored in the linked cell indicates the number of the option selected in the list. Thus, if you have a list of seven options and the second option in the list is selected, the value in the linked cell will be 2.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2918) applies to Microsoft Excel versions: 97 2000 2002 2003
Tame Your Data! ExcelTips: Filters and Filtering provides all the details necessary to let you manage large sets of data with confidence and ease. Its information-packed pages demonstrate how to use the two types of filters provided by Excel: AutoFilters and advanced filters.