View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default add a hit counter to excel files?

Just a thought, but any counter maintained by the workbook_Open event would
need to save the workbook to maintain the count. If the workbook is saved
locally in the cache or tempfiles, then that probably wouldn't work.

--
Regards,
Tom Ogilvy


"Carim" wrote:

Hi Tom,

Have you tried an event macro ? :
Private Sub Workbook_Open()


HTH
Cheers
Carim