Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet that has 2 columns in it that are linked to dropdown
lists. Depending on the selection made in the first column determines what is available in the second list. My problem is that if the user types in the vale instead of selecting it from the list (even if what they type is correct) then my code for some reason is not run and the next columns list will be wrong. Is there a way that I can force the user to use the dropdown list for that column? That is they can't simply type in the value? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Keith
It sounds like you are using a combobox on a worksheet? if so right click the control in design mode and select the properties option from here set the "Style" to frmstyledropdownlist this changes it from a combobox that lets you type in your own value to just a dropdown list of values that can't be edited by the user. Hope this helps S |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"What-if" formula for either a manual entry and automated entry | Excel Discussion (Misc queries) | |||
Combine IF function with manual entry | Excel Worksheet Functions | |||
Prohibit manual entry via Drop Down | Excel Worksheet Functions | |||
Manual or Formula entry in cell. | Excel Discussion (Misc queries) | |||
Combobox - add manual entry to future list | Excel Programming |