tony.reynolds
Board Regular
- Joined
- Jul 8, 2010
- Messages
- 97
Code:
Private Sub Description_Change()
Description.Value = StrConv(Description.Value, vbProperCase)
End Sub
I have this code working fine of previouse post but i want now to do it for the first word in the box on the user form.
"This Is How It Currently Changes It"
"This is how i want to be ABLE to Enter"
just the first letter must be Caps tyhe rest what ever I type.