SyntaxFix
Write A Post
Hire A Developer
Questions
Specifically if you want to clear your text box in VB.NET or VB 6.0, write this code:
TextBox1.Items.Clear()
If you are using VBA, then the use this code :
TextBox1.Text = "" or TextBox1.Clear()
TextBox1.Text = ""
TextBox1.Clear()