clear all text in the form
clear all text in the form
Rate clear all text in the form
(2(2 Vote))
For Each ctl In Frm
If TypeOf ctl Is TextBox Then
ctl.Text = ""
End If
Next ctl
End Sub
clear all text in the form Comments
No comments yet — be the first to post one!
Post a Comment