Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Last Save Date & Time

Ruan,

You need a VBA function:

Function LastSaveTime() As Variant
LastSaveTime = ThisWorkbook.BuiltinDocumentProperties("Last Save
Time").Value
End Function

Then, call this from a worksheet cell with =LastSaveTime() .


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com


"Ruan" wrote in message
...
Hello,

Is it possible to display the "Last Save Date and Time" of an Excel

workbook
to a specific cell?

Thanks
Ruan






  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default Last Save Date & Time

Chip,

The function below doesn't seem to work on my machine with Excel 97 !?
I can see the "BuiltinDocumentProperties" property for Thisworkbook -
I geta run time error 5.Do I need to alter the argument "Last Save
Time" ?

Cheers,
Jason.


"Chip Pearson" wrote in message ...
Ruan,

You need a VBA function:

Function LastSaveTime() As Variant
LastSaveTime = ThisWorkbook.BuiltinDocumentProperties("Last Save
Time").Value
End Function

Then, call this from a worksheet cell with =LastSaveTime() .


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com


"Ruan" wrote in message
...
Hello,

Is it possible to display the "Last Save Date and Time" of an Excel

workbook
to a specific cell?

Thanks
Ruan




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
save by & date, time nordiyu Excel Worksheet Functions 1 April 1st 10 01:49 PM
Update Date, Time Only Upon Save Paul Calcagno Excel Discussion (Misc queries) 1 April 23rd 09 09:07 PM
Save Date & Time mickey Excel Worksheet Functions 3 January 7th 07 02:09 PM
Save as Current Date / Time Jacob_F_Roecker Excel Discussion (Misc queries) 1 October 25th 05 09:37 AM
Last Save Date & Time Paul B[_6_] Excel Programming 0 August 29th 03 09:04 PM


All times are GMT +1. The time now is 02:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"