Need help with ComboBoxes.

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
 
R

rosemary

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


Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top