R
Ray
I'm trying to perform some code against two small ranges, but it's not
working .... here's the first line of the code:
For Each r In Worksheets("ADMIN").Range("c16:c34", "I16:I33")
When I run the code, it runs the actions against ALL cells in range
C16:I33!
What am I doing wrong?
TIA,
ray
working .... here's the first line of the code:
For Each r In Worksheets("ADMIN").Range("c16:c34", "I16:I33")
When I run the code, it runs the actions against ALL cells in range
C16:I33!
What am I doing wrong?
TIA,
ray