L
LuisE
I have a form with 30 command buttons that give a label certain value when
clicked
i.e
Private Sub Chk12_Click()
TxtLabel.Value = "12"
End Sub
The problem arises when sometimes it takes several clicks on the same button
to update the value of the label.
Thanks in advance for your help
clicked
i.e
Private Sub Chk12_Click()
TxtLabel.Value = "12"
End Sub
The problem arises when sometimes it takes several clicks on the same button
to update the value of the label.
Thanks in advance for your help