Thread
:
Checkbox Help
View Single Post
#
2
Posted to microsoft.public.excel.programming
Nate Oliver[_3_]
external usenet poster
Posts: 71
Checkbox Help
Hello,
I'm not sure why you're using a conditional, but try the following:
Private Sub CommandButton1_Click()
Me.CheckBox1 = True
'' toggle:
'Me.CheckBox1 = Not Me.CheckBox1
End Sub
Regards,
Nate Oliver
Reply With Quote
Nate Oliver[_3_]
View Public Profile
Find all posts by Nate Oliver[_3_]