+ Reply to Thread
Results 1 to 3 of 3

converting lowercase to uppercase in userform

Hybrid View

  1. #1
    excelnut1954
    Guest

    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. #2
    Kevin B
    Guest

    RE: 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. #3
    excelnut1954
    Guest

    Re: converting lowercase to uppercase in userform

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


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1