View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Simon Livings Simon Livings is offline
external usenet poster
 
Posts: 8
Default Finding name of last user who modified Excel Spreadsheet

You could try using

ActiveWorkbook.BuiltinDocumentProperties("Last _
Author").value

to find this, although this may depend upon the individuals updating the
User name in Excel Options.

HTH
Simon Livings

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!