Hi all
i have a spreadsheet that has various column with dates in and other columns with names in.
i would like a macro to look through each column one row at a time, check for dates less than today and present a message box to say "x persons name has a deadline due" and add that date that is <today's date.
i am unable to post the data due to confidentiality.
i currently use a simple method of selecting various ranges and find the minimum and an if statement that checks it's < today. This then returns a message that says a deadline has been breached.
I would like like this to be more specific.
thanks in advance
i have a spreadsheet that has various column with dates in and other columns with names in.
i would like a macro to look through each column one row at a time, check for dates less than today and present a message box to say "x persons name has a deadline due" and add that date that is <today's date.
i am unable to post the data due to confidentiality.
i currently use a simple method of selecting various ranges and find the minimum and an if statement that checks it's < today. This then returns a message that says a deadline has been breached.
I would like like this to be more specific.
thanks in advance