control box
Ultimately you can only run one macro from a check box. That being said the
macro can decide which code to run based on the value of the checkbox. Now
the question is what type of checkbox do you have on your sheet. If the
checkbox came from the forms toolbar then when you right click the check box
one of the options will be assign macro. If it came from the Control Toolbox
then it will not have assign macro. The code will depend on the type of
checkbox. Reply back and we can supply you with the appropriate code. Also
supply the names of the 2 different macros that you have and which one should
run based on the check mark...
--
HTH...
Jim Thomlinson
"DB74" wrote:
I would like to set up a control box that runs 1 macro when it is checked and
a different macro when I uncheck it...any suggestions?
|