Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a drop down list call "drop down 3". how can i make use of the value
selected by the user in my macro? i need to identify the value that is selected. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim dp as DropDown
set dp = ActiveSheet.Dropdowns("Drop Down 3") msgbox dp.List(dp.Listindex) -- Regards, Tom Ogilvy "violet" wrote in message ... i have a drop down list call "drop down 3". how can i make use of the value selected by the user in my macro? i need to identify the value that is selected. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down and cell values | Excel Discussion (Misc queries) | |||
Drop down list with different values. | Excel Worksheet Functions | |||
Named values drop-down | Excel Programming | |||
drop down values based on the another drop down | New Users to Excel | |||
A drop-down box and dependent values | Excel Programming |