Hi guys,
I need a help.I am creating a tool in excel using VBA. There i have some checkboxes to initiate some actions. I have also provided a command button( Clear ) to clear that cases. The actions to be performed when the user switch on or switch off the checkbox is different. But if the user click the "CLEAR" button after doing the desired actions it has to uncheck the checkbox .( that is setting its value to false). I tried it using
"Checkbox1.value = false"
But once the value is set false, the control is going to the function "Checkbox1_activate" which brings in unwanted actions. Provide a solution plz. Its urgent.
I need a help.I am creating a tool in excel using VBA. There i have some checkboxes to initiate some actions. I have also provided a command button( Clear ) to clear that cases. The actions to be performed when the user switch on or switch off the checkbox is different. But if the user click the "CLEAR" button after doing the desired actions it has to uncheck the checkbox .( that is setting its value to false). I tried it using
"Checkbox1.value = false"
But once the value is set false, the control is going to the function "Checkbox1_activate" which brings in unwanted actions. Provide a solution plz. Its urgent.