Listbox default

T

Todd

Is there a way to have one of the values that has been added to a
listbox appear as the 'default' value? I tried the code below but it
does not do it.

Set ListBoxYear.Value = strYear
 
Top