Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

_Change

Status
Not open for further replies.

User4Fun

Programmer
Aug 6, 2008
15
US
I have a code to display a msg box when
rivate Sub MainTestComboBox_Change()

it is a simple msgbox "things change"

but it is not working?? any ideas why?
 




Huh?
Code:
msgbox "things change"
works for me???

your code fragments do not make sense!

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Is the name (not caption) of the box still MainTestComboBox ?

Where is the combobox located in... sheet or userform?

Maybe you left the userform design mode active?

Do other events work? (MainTestComboBox_Click()

 

If your MainTestComboBox's Style is a DropDownList, you will never get to MainTestComboBox_Change Event because you can not type in this combo box, you can just choose your entry.

Have fun.

---- Andy
 
User4Fun, statements like:

but it is not working?? any ideas why?
simply do not tell us enough.

Would YOU know what it means if someone stated that?

You supply no code, nor any idea of where this is happening. You do not tell us what "not working" even means. It sort of works, but you get error messages? It does not work at all?

Please try again, and give actual details.

faq219-2884

Gerry
My paintings and sculpture
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top