asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,286
- Office Version
- 2013
- Platform
- Windows
Code:
Me.TextBox381.Value = Format(Val(TextBox381.Value), "#,###,##")
I have over 900 textboxes on my userform.
How can i valid the attached code for all the textboxes in one time, instead of putting them one by one?
Cheers