Is there a way to tell who and when an Excel file was lasted accessed? I'm able to view by when the last document was saved but not who last accessed the file. Any solutions?
Sub Test()
MsgBox "The last person to update this file was " &
ActiveWorkbook.BuiltinDocumentProperties("Last Author")
End Sub
Watch wrapping above...
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.