jeet_magic
New Member
- Joined
- May 24, 2011
- Messages
- 2
I have been trying to use a checkbox to activate or deactivate a process, it has however not worked for me...I've recently started using macros and would really appreciate help...thanks in advance!
This is what I wrote:
Sub CheckBox94_Click()
If CheckBox94.value = True Then
'run enable macro
Else
'run disable macro
End If
End Sub
Regards,
Jeet
This is what I wrote:
Sub CheckBox94_Click()
If CheckBox94.value = True Then
'run enable macro
Else
'run disable macro
End If
End Sub
Regards,
Jeet