ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,859
- Office Version
- 2007
- Platform
- Windows
Within this event
Private Sub Worksheet_Change(ByVal Target As Range)
End Sub
Where the range is A2:D29
I wish to use the UCase code so anything that is type in lower case will be changed to upper case.
Please advise Thanks & have a nice day.
Private Sub Worksheet_Change(ByVal Target As Range)
End Sub
Where the range is A2:D29
I wish to use the UCase code so anything that is type in lower case will be changed to upper case.
Please advise Thanks & have a nice day.