Tuesday, 13 August 2013

Writing code that applies to multiple check boxes in VBA

Writing code that applies to multiple check boxes in VBA

I am trying to write some code for a VBA userform that has about 100
checkboxes. I was wondering if there is a way that I could have one piece
of code that applies to any checkbox or if I have to write 100 seperate
functions for checkbox1_click, checkbox2_click, checkbox3_click, etc.
Thanks for any help in advance :)

No comments:

Post a Comment