Hello,
I am quite new to VBA so excuse me if this is a simple question. My objective is this:
I want a number of checkboxes that:
1) When clicked make all the others go 'false'
2) Updates a lot of data, based on wich checkbox was clicked
Since all the checkboxes do almost the same thing, and I want to be able to make them programatically, Id like to have them calling the same macro, and then in the macro base my actions on which of the checkboxes were clicked.
is that possible?
Alternatively, is their a way to programatically write a new macro, when making a checkbox?
I am quite new to VBA so excuse me if this is a simple question. My objective is this:
I want a number of checkboxes that:
1) When clicked make all the others go 'false'
2) Updates a lot of data, based on wich checkbox was clicked
Since all the checkboxes do almost the same thing, and I want to be able to make them programatically, Id like to have them calling the same macro, and then in the macro base my actions on which of the checkboxes were clicked.
is that possible?
Alternatively, is their a way to programatically write a new macro, when making a checkbox?