Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Either =PROPER(A1) copied down in a helper column or a macro to change in
place. Select the range to change then run this macro. Sub Proper() Dim Cell As Range Application.ScreenUpdating = False For Each Cell In Selection Cell.Formula = Application.Proper(Cell.Formula) Next Application.ScreenUpdating = True End Sub Gord Dibben MS Excel MVP On Tue, 22 Dec 2009 06:51:01 -0800, HeatherJ wrote: I have a large worksheet with a contact list in all caps. JOHN SMITH, AMERICA CORPORATION, 123 WALL STREET, NEW YORK Is there a way to easily get to this? John Smith, American Corporation, 123 Wall Street, New York Thank you, Heather |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In excel can you change words from all caps to initial caps? | Excel Discussion (Misc queries) | |||
fix all caps text to first letter caps | Excel Discussion (Misc queries) | |||
How to change ALL CAPS to Initial Caps only? | Excel Worksheet Functions | |||
How can I convert all Caps to first letter caps in Excel? | Excel Worksheet Functions | |||
excel sheet all caps and needs to be only the first letter caps.. | Excel Discussion (Misc queries) |