Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Setup / June 2006

Tip: Looking for answers? Try searching our database.

Show last edited by

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dave H - 13 Jun 2006 03:32 GMT
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.

Signature

Dave H

Bob Phillips - 13 Jun 2006 08:35 GMT
'-----------------------------------------------------------------
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")

Signature

HTH

Bob Phillips

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

> 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 - 13 Jun 2006 16:13 GMT
This works great. Thanks
Bob Phillips Wrote:
> '-----------------------------------------------------------------
> Function DocProps(prop As String)
[quoted text clipped - 20 lines]
> --
> Dave H[/color

--
Dave H
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.