View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GMet GMet is offline
external usenet poster
 
Posts: 23
Default ListBox selection

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