Last modified by

B

bugntl

Is it possible to find the last user who modified my file ?
Not with VB but with somekind of function ?
 
G

Gary''s Student

Without using VBA code, you could instruct openers to record their names in a
specific cell in a specific worksheet.

or

Right the file icon and select Properties > Summary > Advanced and read the
last modified field.
 
D

dbKemp

Is it possible to find the last user who modified my file ?
Not with VB but with somekind of function ?

This should do it from code:
ActiveWorkbook.BuiltinDocumentProperties("Last Author")
 

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

Top