PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Setup Re: Show last edited by

Reply

Re: Show last edited by

 
Thread Tools Rate Thread
Old 13-06-2006, 08:35 AM   #1
Bob Phillips
Guest
 
Posts: n/a
Default Re: Show last edited by



'-----------------------------------------------------------------
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)

"Dave H" <Dave.H.29bvi5@news.excelbanter.com> wrote in message
newsave.H.29bvi5@news.excelbanter.com...
>
> Is there a way to see who edited an excel file last? If you use windows
> explorer and look at the properties of an excel file you can see the
> last modified date you can also see who the original author is. I
> would like to see who made the last modifications.
>
>
> --
> Dave H



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off