I have a workbook that will be shared by several users. I would like to stamp "Last Saved By" every time someone makes a change. I have tried to use:
Function LstSvBy() As Variant
Appliation.Volatile
LstSvBy = ActiveWorkbook.BuiltinDocumentProperties(7)
End Function
Cell: =LstSvBy
It works on 2003 workbooks but not 2010. I get the following error: "Number?
I have a separate VBA set up for Time/Date Stamp and that works fine.
Can't seem to figure this one out. Thanks for your help.
Bookmarks