Re: Change Colors With 5 Different Conditions
- From: "Bob Phillips" <bob.phillips@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Jul 2005 21:42:59 +0100
"Minitman" <exreply@xxxxxxxxxxxxxxx> wrote in message
news:dhgae1tbps27p6tu6vtdvn7lcm3l9bvtvm@xxxxxxxxxx
> Hey Tom,
>
> Thanks for the explanation, it helped.
>
> That is what I was beginning to suspect. I could not see how that
> approach would fill the need that I had stated. Peter's solution
> appears to be closer to what I am looking for.
It is the same thing, just a different way oif stating it
Select Case Target.Value
Case 1: do A
Case 2: do B
is the same as
If Target.value = 1 Then
do A
ElseIf target.Value =2 Then
Do B
etc.
.
- Follow-Ups:
- Re: Change Colors With 5 Different Conditions
- From: Peter T
- Re: Change Colors With 5 Different Conditions
- References:
- Change Colors With 5 Different Conditions
- From: Minitman
- Re: Change Colors With 5 Different Conditions
- From: Bob Phillips
- Re: Change Colors With 5 Different Conditions
- From: Minitman
- Re: Change Colors With 5 Different Conditions
- From: Bob Phillips
- Re: Change Colors With 5 Different Conditions
- From: Minitman
- Re: Change Colors With 5 Different Conditions
- From: Bob Phillips
- Re: Change Colors With 5 Different Conditions
- From: Minitman
- Re: Change Colors With 5 Different Conditions
- From: Tom Ogilvy
- Re: Change Colors With 5 Different Conditions
- From: Minitman
- Change Colors With 5 Different Conditions
- Prev by Date: Re: Worksheet copy issue
- Next by Date: Re: Make a cell required
- Previous by thread: Re: Change Colors With 5 Different Conditions
- Next by thread: Re: Change Colors With 5 Different Conditions
- Index(es):
Relevant Pages
|