View Single Post
  #2   Report Post  
Myrna Larson
 
Posts: n/a
Default

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.

On Fri, 9 Sep 2005 11:49:39 -0700, "pamiam3333"
wrote:

Is it possible to tell Excel to print pages that were modified today (within
a workbook)? Excel 2003