Command buttons not responding-sticking
LuisE wrote:
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
Perhaps insert a well-placed "DoEvents".
Aside, an application with a form with 30 command buttons is crying for
an updated design.
|