How do I set a checkbox to on or off?
checkbox1.checked = False
does not work and
checkbox1.checked = True
does not work
if I put this under a button even no effect:
sub button1_click
checkbox1.checked = True
end sub
Thank you for your help.
- Steve
checkbox1.checked = False
does not work and
checkbox1.checked = True
does not work
if I put this under a button even no effect:
sub button1_click
checkbox1.checked = True
end sub
Thank you for your help.
- Steve