Thread: date last saved
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default date last saved

Hi Kevin

ActiveCell.Value = ActiveWorkbook.BuiltinDocumentProperties("Last Save Time")

Here is a example for printing
http://www.rondebruin.nl/print.htm#Saved

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Kevin Smith" wrote in message ...
Dear all,

What is the Excel command to display the date the file was
last saved?

Many thanks

Kevin