ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   add a hit counter to excel files? (https://www.excelbanter.com/excel-programming/373439-add-hit-counter-excel-files.html)

tom

add a hit counter to excel files?
 
Can a hit counter be programed into the Excel file? I know you can do it
under a web page but I would like the counter to be in the file itself.
Thanks.

Carim

add a hit counter to excel files?
 
Hi Tom,

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


HTH
Cheers
Carim


Tom Ogilvy

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




All times are GMT +1. The time now is 07:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com