NewTexican
Technical User
I have =checkboxclick in the onclick for my checkbox.
I get the msgbox 3 times????
Public Sub checkboxclick()
Dim mloutyn As Boolean
mloutyn = Screen.ActiveControl.Value
MsgBox mloutyn
End Sub
I get the msgbox 3 times????
Public Sub checkboxclick()
Dim mloutyn As Boolean
mloutyn = Screen.ActiveControl.Value
MsgBox mloutyn
End Sub