2 conditions in Worksheet_Change event
No you wouldn't because you omitted to test for Is Nothing that is why you
got an error. If you couldn't see that it is unlikely you can solve it.
And it is impossible to be in column C and in E, so better coding would
handle than more efficiently. As it is, rather than re-cut all the code, I
tried to fix it in your style, but I made a small mistake in the code I
posted which I am sure you are now going to spot and solve for yourself.
RP
"David" wrote in message
...
Bob Phillips wrote
You're not looking are you? The answer is already in the code, use
If Intersect(Target, Range("C5:C35")) Is Nothing Then Target.Offset(0,
2).Select
Well, if it were that obvious, I would have used it. Problem is I only
want
that to happen (Target.Offset(0,2).Select) if I enter something in C5:C35.
Your offering moves 2 cols over no matter where I enter something.
--
David
|