Hi I was wondering if anyone could tell me how to get the first letter of any word entered into a text box to automatically change to uppercase. Thanks:confused:
Printable View
Hi I was wondering if anyone could tell me how to get the first letter of any word entered into a text box to automatically change to uppercase. Thanks:confused:
VB Code:
Text1.Text = StrConv(Text1.Text, vbProperCase)