Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
This sounds like what I'm looking for too, but I when I follow the
instructions, I get an error: "#NAME?" in the cell. Any ideas? "Frank Kabel" wrote: Hi a UDF is a user defined function written in VBA (visual Basic for Applications'). For getting started with this see: http://www.mvps.org/dmcritchie/excel/getstarted.htm -- Regards Frank Kabel Frankfurt, Germany "Pringles." schrieb im Newsbeitrag ... sorry to intrude, but... what exactly is a UDF and how do i make one? "Frank Kabel" wrote: 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 "Ranrunr" schrieb im Newsbeitrag ... How do I automatically insert the date the current file was last modified into a cell in Excel? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert date in macro | New Users to Excel | |||
How do I insert the date the file was saved in the MS Excel foote. | Excel Discussion (Misc queries) | |||
Challenging Charting | Charts and Charting in Excel | |||
EXCEL - is there a way to insert "date modified" into | Excel Worksheet Functions | |||
Modified Date | New Users to Excel |