Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default 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.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,316
Default 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.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default converting lowercase to uppercase in userform

Excellent!! So Simple. I love it.
Thanks big time, Kevin.
J.O.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
uppercase to lowercase Bob76 Excel Discussion (Misc queries) 5 February 14th 09 08:06 AM
Lowercase to uppercase workingwoman Excel Discussion (Misc queries) 3 September 14th 07 08:46 PM
uppercase to lowercase Missy Excel Worksheet Functions 1 February 3rd 05 09:10 PM
lowercase to uppercase Louise Excel Worksheet Functions 6 January 10th 05 09:41 PM
uppercase to lowercase Mammoth Excel Discussion (Misc queries) 3 November 28th 04 03:19 AM


All times are GMT +1. The time now is 05:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"