Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Checkbox
#2
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!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)