Performing Action On Multiple Values In A Column
- From: "Computer Lady"<nichole.devries@xxxxxxxxxxx>
- Date: Mon, 9 Jan 2006 11:00:00 -0600
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
.
- Follow-Ups:
- Re: Performing Action On Multiple Values In A Column
- From: Tom Ogilvy
- Re: Performing Action On Multiple Values In A Column
- Prev by Date: Re: Marking Dupes
- Next by Date: Re: HOW TO: Name Range?
- Previous by thread: Marking Dupes
- Next by thread: Re: Performing Action On Multiple Values In A Column
- Index(es):
Relevant Pages
|