Hey there,

I'm sure this has been asked before, but I was unable to find an answer... I have a combobox on a form that's properties gets initialized in the UserForm_Init method... However, the combobox also has a _Change() method, but I don't want that Change method to be called in the init method of the userForm...

Is there a way to specify this in either the init or change methods?

thanks much,

Paul