![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Location: Louisiana USA
Posts: 26
|
I know this is easy for most of you but I'm stumped. I need a drop down boxor a list box that the user can choose a word from. The box will contain several words such as Breakdown, Scheduled Maintenance, Emergency Repair and so on.
Thanks, Sam |
|
|
|
|
|
#2 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi Sam
You can use Excels Validation feature for this. Type your words in a list somewhere, say A1:A10, name it any name (I'll use MyList) then select the cell you want the list in and go to Data>Validation choose LIst then type: =MyList Set the other pages of the Validation to suit. |
|
|
|
|
|
#3 | |
|
Board Regular
Join Date: Feb 2002
Location: Chippenham, UK
Posts: 136
|
Quote:
Create your combo box using the control toolbox, bring up the properties window and in ListFillRange type in: Sheet2!service Where Sheet2 is the name of the sheet and service is the named range. Or instead of using a named range use A1:A10 whichever is easiest for you.
__________________
Regards, Gary Hewitt-Long |
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Feb 2002
Location: Louisiana USA
Posts: 26
|
Hi Dave. I haven't seen you around in a while. It's nice to hear from you again. Thanks for the help.
Sam Wactor |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|