#1   Report Post  
Posted to microsoft.public.excel.misc
Brian Matlack
 
Posts: n/a
Default Last Update


Hi!
Is there a formula or function that will show the date MM/DD/YY the
workbook was last changed and saved? I'm looking for a way to visually
know when the last update took place without going to the properties
window.

Any help would be great. Thanks!


--
Brian Matlack
------------------------------------------------------------------------
Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508
View this thread: http://www.excelforum.com/showthread...hreadid=544830

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Last Update

'-----------------------------------------------------------------
Function DocProps(prop As String)
'-----------------------------------------------------------------
Application.Volatile
On Error GoTo err_value
DocProps = ActiveWorkbook.BuiltinDocumentProperties _
(prop)
Exit Function
err_value:
DocProps = CVErr(xlErrValue)
End Function

and enter in a cell such as
=DocProps ("last author")
or
=DocProps ("last save time")


--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Brian Matlack"
wrote in message
news:Brian.Matlack.289wob_1148409307.1359@excelfor um-nospam.com...

Hi!
Is there a formula or function that will show the date MM/DD/YY the
workbook was last changed and saved? I'm looking for a way to visually
know when the last update took place without going to the properties
window.

Any help would be great. Thanks!


--
Brian Matlack
------------------------------------------------------------------------
Brian Matlack's Profile:

http://www.excelforum.com/member.php...fo&userid=3508
View this thread: http://www.excelforum.com/showthread...hreadid=544830



  #3   Report Post  
Posted to microsoft.public.excel.misc
Miguel Zapico
 
Posts: n/a
Default Last Update

You can use a custom function like this:
Function LastSaved()
LastSaved = Format(ActiveWorkbook.BuiltinDocumentProperties("L ast Save
Time").Value, "mm/dd/yyyy")
End Function

Hope this helps,
Miguel.

"Brian Matlack" wrote:


Hi!
Is there a formula or function that will show the date MM/DD/YY the
workbook was last changed and saved? I'm looking for a way to visually
know when the last update took place without going to the properties
window.

Any help would be great. Thanks!


--
Brian Matlack
------------------------------------------------------------------------
Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508
View this thread: http://www.excelforum.com/showthread...hreadid=544830


  #4   Report Post  
Posted to microsoft.public.excel.misc
Brian Matlack
 
Posts: n/a
Default Last Update


Great Help to Both Bob and Miguel! Thanks Alot!!


--
Brian Matlack
------------------------------------------------------------------------
Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508
View this thread: http://www.excelforum.com/showthread...hreadid=544830

  #5   Report Post  
Posted to microsoft.public.excel.misc
cpono
 
Posts: n/a
Default Last Update


I need to do exactly what that guy is asking. However, I do not know
where to paste that function. I want it to show on a cell.


--
cpono
------------------------------------------------------------------------
cpono's Profile: http://www.excelforum.com/member.php...o&userid=34775
View this thread: http://www.excelforum.com/showthread...hreadid=544830

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
Adding a row to worksheet does not update cell references in another. blausen Excel Worksheet Functions 5 February 25th 06 09:14 PM
Excel Links Update TracyB Links and Linking in Excel 0 February 21st 06 01:48 PM
options to update automatic links Werner Rohrmoser Excel Worksheet Functions 0 November 10th 05 12:58 PM
Prompt to update links Werner Rohrmoser Links and Linking in Excel 0 November 3rd 05 09:47 AM
keep value from last update and don't ask to update links jh3016 Excel Discussion (Misc queries) 3 July 25th 05 01:37 AM


All times are GMT +1. The time now is 07:53 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"