Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have an Excel worksheet that is updated on a regular basis. I'd like to
include a cell that shows the last date saved so that its easy to tell how current the worksheet is. Any advice? Thanks! |
#2
![]() |
|||
|
|||
![]()
Hi
use the following UDF: 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 =DOCPROPS("last save time") (format cell as date) -- Regards Frank Kabel Frankfurt, Germany "mgriffie" schrieb im Newsbeitrag ... I have an Excel worksheet that is updated on a regular basis. I'd like to include a cell that shows the last date saved so that its easy to tell how current the worksheet is. Any advice? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
When saving a worksheet in excel message "document not saved" | Excel Discussion (Misc queries) | |||
Inserting the date that an excel sheet is saved into a cell | Excel Discussion (Misc queries) | |||
Last saved date into an excel cell | Excel Worksheet Functions | |||
how do I show dates in a column in an excel worksheet? | Excel Discussion (Misc queries) |