Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want a cell to report the file's creation/last save date, as you can with
&[Date] in the header. that way it will only update the date when I save the file (before i print the updated file) |
#2
![]() |
|||
|
|||
![]()
You need a udf
Function DocProps(prop As String) Aplication.Volatile On Error GoTo err_value DocProps = ActiveWorkbook.BuiltinDocumentProperties (prop) Exit Function err_value: DocProps = CVErr(xlErrValue) End Function You would use like so =DOCPROPS("last save time") -- HTH RP (remove nothere from the email address if mailing direct) "IaSwede" wrote in message ... I want a cell to report the file's creation/last save date, as you can with &[Date] in the header. that way it will only update the date when I save the file (before i print the updated file) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I use the contents of a cell to satisfy the result_vector arg. | Excel Worksheet Functions | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |