Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
rsantos17
 
Posts: n/a
Default Converting CAPS text to Proper Case


Hello all,

I've read this site without registering for some time, but now I have a
question and am hoping someone can help me.

I have a book that has thousands of names all in ALL CAPS, and I was
wondering if there was a way to convert them all to Proper Case? I also
seem to be having trouble converting them one at a time using the
=Proper formula.

Any thoughts.
Much appreciated.
RS


--
rsantos17
------------------------------------------------------------------------
rsantos17's Profile: http://www.excelforum.com/member.php...o&userid=34124
View this thread: http://www.excelforum.com/showthread...hreadid=538946

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Converting CAPS text to Proper Case

You could use a sub

Sub ChangeToProper()
Dim cell as Range
For Each cell In Activesheet.Usedrange
cell.Value = APplication.Proper(cell.Value)
Next cell
End Sub

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"rsantos17" wrote
in message ...

Hello all,

I've read this site without registering for some time, but now I have a
question and am hoping someone can help me.

I have a book that has thousands of names all in ALL CAPS, and I was
wondering if there was a way to convert them all to Proper Case? I also
seem to be having trouble converting them one at a time using the
=Proper formula.

Any thoughts.
Much appreciated.
RS


--
rsantos17
------------------------------------------------------------------------
rsantos17's Profile:

http://www.excelforum.com/member.php...o&userid=34124
View this thread: http://www.excelforum.com/showthread...hreadid=538946



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
VBA Monty Excel Worksheet Functions 2 January 30th 06 01:37 PM
Loop for VBA code? paulinoluciano Excel Worksheet Functions 5 December 28th 05 01:30 PM
EXCEL:NUMBER TO GREEK WORDS vag Excel Worksheet Functions 1 June 15th 05 05:57 PM
Is there a formula to spell out a number in excel? Sha-nay-nay Excel Worksheet Functions 2 December 18th 04 09:25 PM
Convert Numeric into Text Monty Excel Worksheet Functions 0 December 18th 04 09:25 PM


All times are GMT +1. The time now is 03:09 PM.

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

About Us

"It's about Microsoft Excel"