C
cubbybear3
Q: How can I reset the value of a spin button with out setting off the
CHANGE event?
I am using Office Pro 2003 and have tried the following with out
success:
Application.EnableEvents = False
spnButton1.Value = VarX
Application.EnableEvents = True
CHANGE event?
I am using Office Pro 2003 and have tried the following with out
success:
Application.EnableEvents = False
spnButton1.Value = VarX
Application.EnableEvents = True