ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   converting lowercase to uppercase in userform (https://www.excelbanter.com/excel-programming/358697-converting-lowercase-uppercase-userform.html)

excelnut1954

converting lowercase to uppercase in userform
 
I want the results of Textbox1 in a userform to show uppercase even if
the user types in lower. Here's the line that populates Textbox1

TextBox1.Value = FindPOVal

I looked in Help, but the example in there didn't work for me. I'm sure
I wasn't using the example correctly....

Thanks,
J.O.


Kevin B

converting lowercase to uppercase in userform
 
Try TextBox1.Value = UCase(FindPOVal)

--
Kevin Backmann


"excelnut1954" wrote:

I want the results of Textbox1 in a userform to show uppercase even if
the user types in lower. Here's the line that populates Textbox1

TextBox1.Value = FindPOVal

I looked in Help, but the example in there didn't work for me. I'm sure
I wasn't using the example correctly....

Thanks,
J.O.



excelnut1954

converting lowercase to uppercase in userform
 
Excellent!! So Simple. I love it.
Thanks big time, Kevin.
J.O.



All times are GMT +1. The time now is 12:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com