View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JudgeMental JudgeMental is offline
external usenet poster
 
Posts: 9
Default "ComboBox1.ListIndex = 0" Doesn't seem to always work.

Hi,

I have "ComboBox1" on a UserForm. In the Sub Form Initialize procedure, I
have "ComboBox1.ListIndex = 0" hoping to set the ComboBox to Index 0 every
time the Form is loaded. The problem is that maybe 50% of the time it loads
up with the last selection instead. Am I doing something wrong?

Thank you for your help!