gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I need to clear a textbox on a form when its open. I want it to show the textbox as blank. I have code that will run after the box is cleard to enter a value in it. But I want it blank before I run a Macro on the form.
I tried the following
TextBox1.Clear
How do you clear a TextBox using code?
Thanks
Greg
I tried the following
TextBox1.Clear
How do you clear a TextBox using code?
Thanks
Greg