Need help with ComboBoxes.

  • Thread starter Thread starter rosemary
  • Start date Start date
R

rosemary

Hi,

I'm experiencing some difficulty with the ComboBox macro. It work
correctly when I put it into the document (saving the document poses n
problems). After I close the program and then reopen it, I have to g
into each and every combobox and run it again! How can I avoid havin
to do this each time?

Thanks,
Rosemar
 
Private Sub ComboBox1_Change()
ComboBox1.List = Array("1", "2", "3", "4", "5+")
End Sub


Thanks
 
Back
Top