![]() |
Textbox Writing
Hi,
I am wondering what code would i use to have the first letter of a textbox be changed to a capital letter? i am using the text boxes firstname & surname as the textboxes Thanks in advance Greg B |
Textbox Writing
Only the first letter?
TextBox1.Text = UCase(Mid(TextBox1.Text, 1, 1)) & Mid(TextBox1, 2) Rick "Greg B" wrote in message ... Hi, I am wondering what code would i use to have the first letter of a textbox be changed to a capital letter? i am using the text boxes firstname & surname as the textboxes Thanks in advance Greg B |
Textbox Writing
Thanks rick
Yes just for the names Greg "Rick Rothstein (MVP - VB)" wrote in message ... Only the first letter? TextBox1.Text = UCase(Mid(TextBox1.Text, 1, 1)) & Mid(TextBox1, 2) Rick "Greg B" wrote in message ... Hi, I am wondering what code would i use to have the first letter of a textbox be changed to a capital letter? i am using the text boxes firstname & surname as the textboxes Thanks in advance Greg B |
All times are GMT +1. The time now is 10:20 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com