View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Gonzo Gonzo is offline
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