Sharing workbook, show last user change?

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

Guest

I share a workbook with others in the office, i'd like to create a cell that
shows who the last user was that saved something, and the date/time it was
saved. Is this possible??
 
Sounds like you need a macro linked to the Before_Save event.

You can get the date from the Date() function. Getting the user can be
done with ActiveWorkbook.UserStatus(1,1)
 

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