asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,286
- Office Version
- 2013
- Platform
- Windows
Hello,
I have a userform with over 100 text boxes...
Is there any way to change function of below code?
Like from textbox1 to textbox100 all will be same format instead of typing one by one...
I have a userform with over 100 text boxes...
Is there any way to change function of below code?
Like from textbox1 to textbox100 all will be same format instead of typing one by one...
Code:
TextBox1.Text = Format(TextBox1.Text, "###,##")