Sorry for quick and bad explanation.
I have a workbook with 2 sheets.
I have frozen the rows in both sheets above row 4 (cursor in A4 >
window>freeze pane). The users works with both sheet1 and sheet2.
Both sheets are sorted ascending after dates. In sheet 1 column K, i have a
formula that look up the content (date) in sheet 2 column J and add 7 days.
Here is what I want the procedure to do:
When the workbook is saved by the user, I want the procedure to loop through
all the occupied cells in sheet1 column K and if there is one ore more dates
there that is identical with todays date or the date has already passed
(future), I want the letters in these rows (entire row) in both SHEET1 AND
SHEET2 (same row number as in sheet 1) to be shaded (greyed out) with
font.color. index = 15 and the sheets to scroll down so that the greyed out
rows are not visible. The rest of the rows (with future dates) must remain
visible.
I hope this helped.
--------------------------------------