Modified files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to find out the last 10-20 people who have modified a Excel
file and when they did it?
 
Bob T said:
Is there a way to find out the last 10-20 people who have modified a Excel
file and when they did it?

It will be highly unlikely you can go back that far without having special
software installed
 
It can be done by getting VBA code within the Excel file to open a text
(.txt) file as a record each time the workbook is opened using the
'Application.UserName' command in the WorkBook_Open event. This will record
all users who open the file, not just the last twenty. To see who modified
it you would use the 'Before_Save' event to update the .txt file using the
same command.
However if the file is opened with macros disabled it won't work, you would
need to make the file useless unless it was opened with macros enabled and
all sheets, and the workbook password protected which is quite easy to do,
but XL protection is very weak and can be broken by anyone with a little
knowledge and the will to do so.
It works OK with ordinary users though, I use it all the time at work to
record who updated a Defect Analysis file and when, but its no use for
anything that needs to be completely secure
Regards,
Alan.
 
<LOL> yup.....have been so busy and congrats! :o)

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool
http://www.kellys-korner-xp.com/taskbarplus!.htm


Keith Miller MVP said:
YOU'RE BACK!!! YEAH!!!!

--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]


Kelly said:
Hi Bob,

Check with the Office groups and good luck!

http://support.microsoft.com/default.aspx?scid=FH;EN-US;FAQS

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool
http://www.kellys-korner-xp.com/taskbarplus!.htm
 
Thanks!

--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]


Kelly said:
<LOL> yup.....have been so busy and congrats! :o)

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool
http://www.kellys-korner-xp.com/taskbarplus!.htm


Keith Miller MVP said:
YOU'RE BACK!!! YEAH!!!!

--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]


Kelly said:
Hi Bob,

Check with the Office groups and good luck!

http://support.microsoft.com/default.aspx?scid=FH;EN-US;FAQS

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool
http://www.kellys-korner-xp.com/taskbarplus!.htm


Is there a way to find out the last 10-20 people who have modified a
Excel
file and when they did it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top