ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How can I capitalize multiple cells that were entered in lowercase (https://www.excelbanter.com/excel-worksheet-functions/35363-how-can-i-capitalize-multiple-cells-were-entered-lowercase.html)

musicmaniu

How can I capitalize multiple cells that were entered in lowercase
 
please send me a reply soon,.

bj

Depending on what you want check out the Upper() and proper() functions.

"musicmaniu" wrote:

please send me a reply soon,.


Paul B

musicmaniu, or one way with a macro,

Sub CAPS()

'select range and run this to change to all CAPS

Dim cel As Range
For Each cel In Intersect(Selection, _
ActiveSheet.UsedRange)
cel.Formula = UCase$(cel.Formula)
Next
End Sub


--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"musicmaniu" wrote in message
...
please send me a reply soon,.





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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com