A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Setting up and Configuration
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Show last edited by



 
 
Thread Tools Display Modes
  #1  
Old June 13th, 2006, 03:32 AM posted to microsoft.public.excel.setup
external usenet poster
 
Posts: n/a
Default Show last edited by


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
  #2  
Old June 13th, 2006, 08:35 AM posted to microsoft.public.excel.setup
external usenet poster
 
Posts: n/a
Default 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" wrote in message
news

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


  #3  
Old June 13th, 2006, 04:13 PM posted to microsoft.public.excel.setup
external usenet poster
 
Posts: n/a
Default Show last edited by


This works great. Thanks
Bob Phillips Wrote:
'-----------------------------------------------------------------
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
[/color]


--
Dave H
 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How on my webpage can go straight to Slide Show View Peter Dunne B.Sc. Powerpoint 2 March 21st, 2005 04:13 PM
Slide Show Presentation I NEED HELP WITH MY PRESENTATION!!! Powerpoint 5 December 28th, 2004 04:34 PM
Adding a message to a running show Dan Gramza Powerpoint 20 December 17th, 2004 04:35 AM
Projector Speeds up Show JayBird Powerpoint 1 May 27th, 2004 09:44 PM


All times are GMT +1. The time now is 02:06 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.