Highlight item in Listbox

  • Thread starter Thread starter Ronny
  • Start date Start date
Is there a problem with setting the value of the first item as the default
value of the control?
 
Hi...

Sorted it out..

Sub listboxname_gotfocus()
Listboxname.selected(1) = true
end sub

highlights the first item..
 
Back
Top