Results 1 to 3 of 3
  • Thread Tools
  1. Star Lounger
    Join Date
    Aug 2002
    Location
    Orlando, Florida, USA
    Posts
    82
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Change Case (Excel XP)

    I know word has a change case feature....and I know excel does to but I cannot get the change case feature in excel to work...HELP!

  2. Platinum Lounger
    Join Date
    Jan 2001
    Posts
    3,788
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: Change Case (Excel XP)

    To change case in Excel you can use one of 3 functions
    Change text to upper case
    <code>=UPPER(A1)</code>
    Change text to lower case
    <code>=LOWER(A1)</code>
    Change text to proper (or title) case
    <code>=PROPER(A1)</code>

    You can also use VBA to change case, for details see changing text case by Chip Pearson

  3. Super Moderator
    Join Date
    Dec 2000
    Location
    Salt Lake City, Utah, USA
    Posts
    9,507
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Re: Change Case (Excel XP)

    See also the code in the thread starting with <post#=394500>post 394500</post#>, be sure to use Steve's correction.
    -John ... I float in liquid gardens
    [acronym title="Gday mate!"][/acronym] [acronym title="What up Dude?"][/acronym] UTC -7ąDS

Posting Permissions

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