View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Iain King Iain King is offline
external usenet poster
 
Posts: 32
Default How to access MS property "lastsavedby" for a file


"jmoffat " wrote in message
...
Does anyone know how to get the name of the user who last saved a file
on a server using Excel VB ?



Use Workbook.BuiltinDocumentProperties - it has a Last Author item. You
can find how to access it in the help file.

.... unless you mean a non-excel file, in which case I don't think you can.

Iain King