N
nrage21
This code loses focus of textbox when user types and presse
commandbutton1
Private Sub CommandButton1_Click()
Me.TextBox1.Enabled = CBool(Me.TextBox1.Value = "")
End Sub
Using Commandbutton2.... how do I reverse this code???
Private Sub CommandButton2_Click()
??????????????????????????????
End Sub
-Larry-
VBA Amateu
commandbutton1
Private Sub CommandButton1_Click()
Me.TextBox1.Enabled = CBool(Me.TextBox1.Value = "")
End Sub
Using Commandbutton2.... how do I reverse this code???
Private Sub CommandButton2_Click()
??????????????????????????????
End Sub
-Larry-
VBA Amateu