Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ramiro Cubillan
 
Posts: n/a
Default insert into a cell the last update

how can i insert into a cell the last update of the document that I can see
in the statistic or MSDOS in the General Tap.

Regards,

Ramiro


  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

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 for example in a cell (to get the last modification date)
=DOCPROPS("last save time")
(format cell as date)

--
Regards
Frank Kabel
Frankfurt, Germany
"Ramiro Cubillan" schrieb im Newsbeitrag
...
how can i insert into a cell the last update of the document that I can
see in the statistic or MSDOS in the General Tap.

Regards,

Ramiro



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
Cell update??? Chance224 Excel Discussion (Misc queries) 1 January 20th 05 10:01 PM
Challenging Charting C TO Charts and Charting in Excel 0 January 17th 05 06:57 PM
Timestamp cell to left after update Tahlmorrah Excel Discussion (Misc queries) 3 December 3rd 04 12:35 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
parse cell and insert rows? Gorrila Grod Excel Worksheet Functions 3 November 5th 04 08:19 AM


All times are GMT +1. The time now is 01:00 PM.

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

About Us

"It's about Microsoft Excel"