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.