M
mooresk257
Hi,
So, on to my next dilemma - how do I change the value of a check box without
initiating a Checkbox_Change sub attached to it?
I have a check box (Sheet1.CheckBox1.Value = True) and changing the value to
false triggers the change event sub whether the check box is enabled or not.
It does not seem to matter if it is a Checkbox_Click() or Checkbox_Change()
event.
Any suggestions?
Thanks!
Scott
So, on to my next dilemma - how do I change the value of a check box without
initiating a Checkbox_Change sub attached to it?
I have a check box (Sheet1.CheckBox1.Value = True) and changing the value to
false triggers the change event sub whether the check box is enabled or not.
It does not seem to matter if it is a Checkbox_Click() or Checkbox_Change()
event.
Any suggestions?
Thanks!
Scott