Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can can I adjust the program below to:
Sheets("Sheet1").Select cell = Columns("A:A").Select '***PROGRAM START******* Sub ChangeFromUpperToLowerCase() Dim cell As Range For Each cell In ActiveSheet.UsedRange If Not cell.HasFormula Then cell.Value = LCase(cell.Value) End If Next cell End Sub '***PROGRAM END******* Thanks in advance. Maperalia |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing multiple cell text from lower case to upper case | Excel Discussion (Misc queries) | |||
Change the text from lower case to upper case in an Excel work boo | Excel Discussion (Misc queries) | |||
How do I change a column in Excel from upper case to lower case? | Excel Worksheet Functions | |||
TURN LOWER CASE TO UPPER CASE IN EXCEL? | Excel Worksheet Functions | |||
How do I change existing text from lower case to upper case | Excel Discussion (Misc queries) |