View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Log uses of Excel

Tod,
Application level events may be the answer:
http://www.cpearson.com/excel/AppEvent.htm

Used in Personal.xls or an add-in.

NickHK

"Tod" wrote in message
oups.com...
Does anyone know of a way I can have a log generated of each time an
instance of Excel is created? I'd like to track when it was created,
what it was used for (workbook name, etc.).


tod