S
Stuart
..Range("J6").Interior.ColorIndex = 2 works
..Range("J6:J8").Interior.ColorIndex = 2 does not
If I say
For Each c In .Range("J6:J8")
then it will work.
Do I Really have to do this cell by cell, please?
Regards.
..Range("J6:J8").Interior.ColorIndex = 2 does not
If I say
For Each c In .Range("J6:J8")
then it will work.
Do I Really have to do this cell by cell, please?
Regards.