Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am currently working with a list of test numbers that are stored in column
A. I need the rows to be highlighted red if there is a particular test number in column A. I couple of days ago, there was a forumala that came across that works great for 1 value. However, I need to be able to specify around 10 test numbers. I have tried declaring variables with Dim, modifying the formula below, etc. I can't seem to get anything to work. Anyone have any ideas? Cells.Select Selection.FormatConditions.Add Type:=xlExpression, Formula1:= _ "=$H1=""JOHN SMITH""" Selection.FormatConditions(1).Interior.ColorIndex = 3 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Performing Action on a Range of Rows | Excel Discussion (Misc queries) | |||
Performing Action on a Range of Rows | Excel Discussion (Misc queries) | |||
Performing Multiple Functions in a Column | Excel Worksheet Functions | |||
Performing a multiple column lookup | Excel Discussion (Misc queries) | |||
Searching for a string and then performing an action if present | Excel Programming |