COMBOBOX

G

GREGORY

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
 
Top