Home |
Search |
Today's Posts |
#12
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was afraid that wouldn't work. Should have tested (duh).
Modify to this: Dim r as Range For Each r in Sheets("Template").Range("A9:C43").Value r.Value = UCase(r.Value) Next This will loop through the cells individually and should work. -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to lock the Ctrl key? (as locking the Shift key w/Caps Lock) | Excel Discussion (Misc queries) | |||
forcing caps lock | Excel Worksheet Functions | |||
Force Caps in a cell?? | Excel Discussion (Misc queries) | |||
Caps Lock | Excel Programming | |||
Caps lock | Excel Programming |