View Single Post
  #3   Report Post  
Matt Lunn
 
Posts: n/a
Default

The following should work. In this case it logs the information to cell A1 of
sheet 1 in the active workbook.

ActiveWorkbook.Sheets(1).Range("A1") =
ActiveWorkbook.BuiltinDocumentProperties(12).Value

Note that the document should have been already saved once or an error will
arise since the value will be empty.

HTH
Matt



"Bodene" wrote:


How doe I insert the date on which the workbook was last saved into a
worksheet?


--
Bodene
------------------------------------------------------------------------
Bodene's Profile: http://www.excelforum.com/member.php...o&userid=24924
View this thread: http://www.excelforum.com/showthread...hreadid=384824