Thread: COMBOBOX
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GREGORY GREGORY is offline
external usenet poster
 
Posts: 4
Default COMBOBOX

How do I select the first item that is in a combobox.

So far I've tried

combobox1 = combobox1.listindex(0)

and

combobox1 = combobox1.topindex

neither of these seem to work