Working on a macro that sends email when cells in a range reach 75%...no issue there.
here's the part I cannot figure out...Since this table will be updated weekly, different cells will reach 75% every week. how do i send an email to only reflect those items that change week over week.
I do not want the prior weeks items that are already at 75% or greater to be sent as part of the email....which sadly, the current macro does...it finds every instance of 75% (new or old)
i figure I can use a timestamp, but would I have to timestamp every cell in the range or just the worksheet?
...so many options, just can't choose the best solution.
Thanks in advance.
here's the part I cannot figure out...Since this table will be updated weekly, different cells will reach 75% every week. how do i send an email to only reflect those items that change week over week.
I do not want the prior weeks items that are already at 75% or greater to be sent as part of the email....which sadly, the current macro does...it finds every instance of 75% (new or old)
i figure I can use a timestamp, but would I have to timestamp every cell in the range or just the worksheet?
...so many options, just can't choose the best solution.
Thanks in advance.