Hi All
I did check this thread related to my question here.. (https://www.mrexcel.com/forum/excel...e-vba-look-checkbox-if-its-checked-not-3.html)
I have tried the below option I have tried and also tried few other things mentioned in the above thread, nothing seem to work for me.
My check box is through Developer -> Controls -> Form Controls -> Check Box
If ActiveSheet.CheckBoxes("TechTowerChk").Value = xlOn Then
MsgBox "Work with Person X"
End If
Is there anything im doing wrong here. Thanks in Advance!
Regards
KG
I did check this thread related to my question here.. (https://www.mrexcel.com/forum/excel...e-vba-look-checkbox-if-its-checked-not-3.html)
I have tried the below option I have tried and also tried few other things mentioned in the above thread, nothing seem to work for me.
My check box is through Developer -> Controls -> Form Controls -> Check Box
If ActiveSheet.CheckBoxes("TechTowerChk").Value = xlOn Then
MsgBox "Work with Person X"
End If
Is there anything im doing wrong here. Thanks in Advance!
Regards
KG