Auto-Insert "Last Saved By"

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

Guest

I'm trying to determine that "Last Saved By" names for multiple workbooks.
I've been searching for a worksheet function, but think I'll probably have to
use VBA to do this. Any suggestions?

Thanks,
Barb Reinhardt
 
Good morning Barb Reinhardt

Does this help at all?

MsgBox ActiveWorkbook.BuiltinDocumentProperties("Last Author").Value

HTH

Dominic
 

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