View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Recording who last saved a workbook

Try this line of code...

MsgBox ThisWorkbook.BuiltinDocumentProperties("Last Author")

--
HTH...

Jim Thomlinson


"mmc308" wrote:

Looking to see if there is a way to record who last saved the current workbook