I created a spreadsheet that tracks modifications made to hospital accounts. Once an account has been corrected, the user clicks a command button and cell U in the active row fills with the current date and time ((now)) according to a macro I created.
After 5 business days of this cell being populated, I would like that account to "fall off" the spreadsheet and move to another workbook. How do I create a macro to check column "U" for every filled row to see if the current date and time is 5 days past the date / time stamp in that cell? And for the cells in column "U" that do have a 5-day difference, how do I move those rows to a different workbook (and not leave a blank row in my spreadsheet)?
I would love it if this macro could run automatically once or twice a day, but would be content with having to manually start it somehow if necessary.
After 5 business days of this cell being populated, I would like that account to "fall off" the spreadsheet and move to another workbook. How do I create a macro to check column "U" for every filled row to see if the current date and time is 5 days past the date / time stamp in that cell? And for the cells in column "U" that do have a 5-day difference, how do I move those rows to a different workbook (and not leave a blank row in my spreadsheet)?
I would love it if this macro could run automatically once or twice a day, but would be content with having to manually start it somehow if necessary.