View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

ThisWorkbook.Worksheets("Sheet1").PageSetup.LeftFo oter = _
Format(ThisWorkbook.BuiltinDocumentProperties _
("last save time"), "dd mmm yyyy hh:mm:ss")


--
HTH

Bob Phillips

"Savvy" wrote in message
...
How do I add a footnote to insert the date and time the spreadsheet was

last
printed?