07-11-2005, 02:33 PM
I finally have a sample of what I want to to in VBA, since the checkbox is an active X box I know there has to be a way to use QM to manipulate it. Here is the VBA code I have working:
Select Case Sheet1.cb1.Value
Case True
MsgBox "true"
Case False
MsgBox "false"
End Select
Sheet1.cb1.Value = "False"
The last line is really what I want to do. How do I do this in QM?
Thanks!
Select Case Sheet1.cb1.Value
Case True
MsgBox "true"
Case False
MsgBox "false"
End Select
Sheet1.cb1.Value = "False"
The last line is really what I want to do. How do I do this in QM?
Thanks!
