Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Perfect. Thanks!
"Jason Morin" wrote: Select your data and run this macro: Sub OnlyUpper() Dim cell As Range For Each cell In Selection If cell.Value = UCase(cell.Value) Then cell.Font.ColorIndex = 3 'make font color = red End If Next End Sub --- HTH Jason Atlanta, GA "Nexan" wrote: As part of a macro, I'd like to be able to identify and re-format only cells containing words in all caps. Is that doable? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FAQ Spreadsheet with search function | Excel Discussion (Misc queries) | |||
excel sheet all caps and needs to be only the first letter caps.. | Excel Discussion (Misc queries) | |||
how to use the search dialog box ? | New Users to Excel | |||
how to search in excel with condition | Excel Discussion (Misc queries) | |||
can i make a formula to search keywords in a excel workbook? | Excel Worksheet Functions |