Closed Thread
Results 1 to 4 of 4

How do I change everything in my spreadsheet to all UPPERCASE?

  1. #1
    Bootsy
    Guest

    How do I change everything in my spreadsheet to all UPPERCASE?

    I'm just trying to make everything in my spreadsheet the same case. Is there
    an easy way to do this, like there is in Word?
    --
    bootsy

  2. #2
    galimi
    Guest

    RE: How do I change everything in my spreadsheet to all UPPERCASE?

    Go into VBE and enter the following all in one line

    for each sht in this workbook.sheets:for each cl in
    sht.usedrange.cells:cl.value=ucase(cl.value):next:next

    replace ucase with lcase if you desire lowercase

    http://HelpExcel.com

    "Bootsy" wrote:

    > I'm just trying to make everything in my spreadsheet the same case. Is there
    > an easy way to do this, like there is in Word?
    > --
    > bootsy


  3. #3
    galimi
    Guest

    RE: How do I change everything in my spreadsheet to all UPPERCASE?

    Remove the space I accidentally embedded between the word this and workbook...

    It should read thisworkbook

    "Bootsy" wrote:

    > I'm just trying to make everything in my spreadsheet the same case. Is there
    > an easy way to do this, like there is in Word?
    > --
    > bootsy


  4. #4
    JE McGimpsey
    Guest

    Re: How do I change everything in my spreadsheet to all UPPERCASE?

    No, but take a look here:

    http://www.mvps.org/dmcritchie/excel/proper.htm#upper

    In article <[email protected]>,
    Bootsy <[email protected]> wrote:

    > I'm just trying to make everything in my spreadsheet the same case. Is there
    > an easy way to do this, like there is in Word?


Closed 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