Thread: Combo help?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marc[_22_] Marc[_22_] is offline
external usenet poster
 
Posts: 5
Default Combo help?

I have put combo box control (from Forms toolbar) on worksheet.
I have selected Input range from H11 to H15 and Drop down lines = 5.

How can I make that starting index in combo is allways 0, so that none value
is selected before I click combo? It would be nice to set this on workbook
open, but I don't know how.

Thank you.