asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,284
- Office Version
- 2013
- Platform
- Windows
Code:
If TextBox7.Value = 0 Then TextBox7.Value = ""
Hello,
I have plenty of textboxes on my userform.
If the textbox value is zero I want to make it zero as in sample above.
Is it possible to make it with a code for all the textboxes?
Thanks.
Last edited: