Your first task is to decide how to identify the sheets that were modified
today. Perhaps a Worksheet_Change event macro that writes a date to a specific
cell would suffice. Then, to print, you can loop through the sheets, look at
that cell, and print if the date is correct. Of course you also need to decide
how to clear that "flag" cell.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.