Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I must be using your suggestion wrong. Can you give me the exact command.
"Gary''s Student" wrote: Sub McCloud() Set r = Range("M7:CK100") For Each rr In r With rr If .Value = "B.S." Then .Interior.ColorIndex = 3 End If End With Next End Sub -- Gary''s Student - gsnu200744 "McCloudK" wrote: I run the following macro commands and they work fine. It simply looks at the cell and if it matches the text in this case B.S. it replaces it with B.S. with the cell color coded in this case color 3. My question is that this macro requires that the cell entry be B.S., how could I look at the cells value as opposed to what's entered. I would prefer that the cell receive the B.S. value by using a formula that picks up the B.S value. But the macro below at this time simply sees the formula and not the value. Any help would be greatly appreciated! Range("M7:CK100").Select Application.ReplaceFormat.Interior.ColorIndex = 3 Selection.Replace What:="B.S.", Replacement:="B.S.", LookAt:= _ xlPart, SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _ ReplaceFormat:=True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Question ?? | Excel Worksheet Functions | |||
question on macro | Excel Discussion (Misc queries) | |||
Macro Question | New Users to Excel | |||
MACRO QUESTION | Excel Worksheet Functions | |||
Question about macro | Excel Discussion (Misc queries) |