ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,699
- Office Version
- 2007
- Platform
- Windows
Morning,
I have a userform which has Textbox 1,2,3,4,5
The code below works but i wish to apply it to all text boxes without writing it 5 times.
Please can you advise.
I have a userform which has Textbox 1,2,3,4,5
The code below works but i wish to apply it to all text boxes without writing it 5 times.
Please can you advise.
Code:
Private Sub TextBox2_Change() TextBox2 = UCase(TextBox2)
End Sub