Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default getting values from drop down

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default getting values from drop down

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Drop down and cell values Gard Excel Discussion (Misc queries) 2 May 1st 08 03:45 PM
Drop down list with different values. Honey Excel Worksheet Functions 3 January 14th 07 08:24 PM
Named values drop-down [email protected] Excel Programming 0 February 17th 06 12:52 AM
drop down values based on the another drop down Gupta New Users to Excel 1 October 5th 05 11:22 AM
A drop-down box and dependent values Debra[_2_] Excel Programming 2 September 26th 03 11:10 PM


All times are GMT +1. The time now is 10:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"