View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default ListBox selection

Hi
set the listindex property accordingly

--
Regards
Frank Kabel
Frankfurt, Germany

"GMet" schrieb im Newsbeitrag
...
Is it possible to set a listbox item as a default selection? For

example:

ListBox1
A
B
C
D
E

I want to highlight C as the default item. Is that possible?

GMet