Conditional formatting code wont work
- From: "Robert Hargreaves" <nrgsav@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 5 Jun 2005 18:19:53 +0100
Hi I am trying to code my conditional formatting as I have more than 3
clauses to use.
I cant seem to get the code to work no matter what I name the sub. What do
I need to name it?
Select Case ActiveCell.Value
Case > namedrange1 And < namedrange2
Selection.Interior.ColorIndex = 6
Case >namedrange2 And <namedrange 3
Selection.Interior.ColorIndex = 5
End Select
If I need to write some more code what would it include?
Thanks for your help.
Rob
.
- Follow-Ups:
- Re: Conditional formatting code wont work
- From: Patrick Molloy
- Re: Conditional formatting code wont work
- From: Nick Hebb
- Re: Conditional formatting code wont work
- Prev by Date: template
- Next by Date: Re: Conditional formatting code wont work
- Previous by thread: template
- Next by thread: Re: Conditional formatting code wont work
- Index(es):
Relevant Pages
|
Loading