Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have been using this for a while. Converts characters in cells to
uppercase. I am trying to expand it to cells A1 to A100. Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) Range("A2").Value = UCase(Range("A2").Value) Range("A11").Value = UCase(Range("A11").Value) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert all text in a sheet to UpperCase? | Excel Programming | |||
How do I change certain cells to Uppercase | Excel Worksheet Functions | |||
How can I convert entire columns of text to Uppercase in Excel? | Excel Worksheet Functions | |||
How can I convert the contents of a text selection from uppercase. | Excel Programming |