Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Bootsy
 
Posts: n/a
Default 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   Report Post  
galimi
 
Posts: n/a
Default

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   Report Post  
galimi
 
Posts: n/a
Default

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   Report Post  
JE McGimpsey
 
Posts: n/a
Default

No, but take a look he

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

In article ,
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?

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
How can you change an Excel spreadsheet from a combination od Upp. AllenH Excel Discussion (Misc queries) 2 February 10th 05 12:56 AM
how do you change pathways (links) when consolidating spreadsheet. confused Excel Discussion (Misc queries) 0 December 9th 04 01:47 PM
How do I change a spreadsheet from English to Spanish Excelldummy New Users to Excel 1 December 3rd 04 09:04 PM
How do I change a spreadsheet from all caps to "Proper" dumbfounded Excel Discussion (Misc queries) 9 November 30th 04 08:22 PM
Automatic date change when spreadsheet changes RobertSP Excel Worksheet Functions 0 November 2nd 04 02:25 PM


All times are GMT +1. The time now is 07:02 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"