Can someone please tell me how to set a checkbox from the checked state back to unchecked?
Thanks,
Bryan
Printable View
Can someone please tell me how to set a checkbox from the checked state back to unchecked?
Thanks,
Bryan
VB Code:
Check1.Value = Unchecked
check1.Value = vbchecked
check1.Value = vbunchecked
Check1.Value = False
Thanks, turns out I had the right code, I was just putting it in the wrong spot...