M
Mischa
Good day,
I have a commandbutton placed in my workbook.
If you press the button sub MyDozen will be called.
Now I want this commandbutton to have two functions.
So either sub MyDozen is called or sub MyBoots is called.
I have placed a checkbox next to the button.
So if the user wants to call the standard sub (MyDozen) than the checkbox
should be un-checked.
If the user wants to call the second sub (MyBoots) is called he should
select the checkbox.
Now what code should I write behind the commanbutton to check if the
checkbox is selected?
Tks,
mischa
I have a commandbutton placed in my workbook.
If you press the button sub MyDozen will be called.
Now I want this commandbutton to have two functions.
So either sub MyDozen is called or sub MyBoots is called.
I have placed a checkbox next to the button.
So if the user wants to call the standard sub (MyDozen) than the checkbox
should be un-checked.
If the user wants to call the second sub (MyBoots) is called he should
select the checkbox.
Now what code should I write behind the commanbutton to check if the
checkbox is selected?
Tks,
mischa