Change the row number in macro
Hi all,
I have to write a macro to fill grey to some rows depends on the weekday,
the following code works but sometimes there will be some new rows must be
inserted into the table, it is very time consuming to amend the code (row
number). Is that a possible way for improvement? Thanks
Sheets("Sheet1").Range("A10:J64").Select
Selection.Interior.ColorIndex = xlNone
|