mmartinez13
New Member
- Joined
- Sep 1, 2011
- Messages
- 21
I am wanting to print a label after every 8th cell is highlighted. Instead of an "IF" statement containing:
If Target.Address = "$E$9" Or If Target.Address = "$E$17" If Target.Address = "$E$25".............................. Then
How can I accomplish this without having to enter the ridiculous amount of "Or" statements?
If Target.Address = "$E$9" Or If Target.Address = "$E$17" If Target.Address = "$E$25".............................. Then
How can I accomplish this without having to enter the ridiculous amount of "Or" statements?