ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   last modification (https://www.excelbanter.com/excel-discussion-misc-queries/94828-last-modification.html)

Chip Smith

last modification
 
i have a work book that is being shared amongst some co-workers and i. i was
curious to know if there is a way to find out who modified it last

--
--Chip Smith--


Bob Phillips

last modification
 
'-----------------------------------------------------------------
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")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Chip Smith" wrote in message
...
i have a work book that is being shared amongst some co-workers and i. i

was
curious to know if there is a way to find out who modified it last

--
--Chip Smith--





All times are GMT +1. The time now is 11:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com