stonysleep
New Member
- Joined
- Feb 2, 2011
- Messages
- 10
I have a checkbox in a userform
Is it possible to run a sub on checking the checkbox and a different sub on unchecking?
I have only seen the syntax for running on click eg:
Private Sub CheckBox1_Click()
If not i will have to use buttons instead, but thought a checkbox would be more elegant
Thanks
Is it possible to run a sub on checking the checkbox and a different sub on unchecking?
I have only seen the syntax for running on click eg:
Private Sub CheckBox1_Click()
If not i will have to use buttons instead, but thought a checkbox would be more elegant
Thanks