Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with dropdown boxes and preset selections


My goal is to make a macro that will bring up window A (dropdown list
selection) and has, in the window, preset selections on the dropdown
list.

So for example, a dropdown list of 5 selections numbered 1 to 5 (1
being the one at the top, 5 being the one at the bottom), could I have
the macro be created to have lets say when the window opens, option 3
in the dropdown list is selected by default?

This all takes place in the Custom AutoFilter and im trying to have "is
greater than" selection on the top box and "is less than" selection on
the bottom box.

Thanks


--
Keving
------------------------------------------------------------------------
Keving's Profile: http://www.excelforum.com/member.php...o&userid=35826
View this thread: http://www.excelforum.com/showthread...hreadid=559381

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with dropdown boxes and preset selections


bump |


--
Keving
------------------------------------------------------------------------
Keving's Profile: http://www.excelforum.com/member.php...o&userid=35826
View this thread: http://www.excelforum.com/showthread...hreadid=559381

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Help with dropdown boxes and preset selections

I'm assuming you use a userform.

Syntax: object.Selected( index ) [= Boolean]

For example:
lstMyCustomList.Selected(2) = True
- using index 2 selects the third item

This what you wanted?

Keving schreef:

bump |


--
Keving
------------------------------------------------------------------------
Keving's Profile: http://www.excelforum.com/member.php...o&userid=35826
View this thread: http://www.excelforum.com/showthread...hreadid=559381


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
counting dropdown list with multiple text selections Robin Excel Discussion (Misc queries) 0 August 14th 09 04:06 PM
Enabling multiple selections in same cell from dropdown menu Jimmy Excel Discussion (Misc queries) 0 January 2nd 08 05:55 PM
multiple dropdown selections Oct1196 Excel Worksheet Functions 3 September 6th 07 05:38 PM
How can I allow users to make multiple selections from a dropdown. Liz Excel Worksheet Functions 0 February 17th 05 05:21 AM
Dropdown Selections in Excel - creating and choosing Abi Excel Worksheet Functions 2 January 7th 05 02:27 AM


All times are GMT +1. The time now is 06:31 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"