Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
tom tom is offline
external usenet poster
 
Posts: 570
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 510
Default add a hit counter to excel files?

Hi Tom,

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


HTH
Cheers
Carim

  #3   Report Post  
Posted to microsoft.public.excel.programming
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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
row counter tool for excel 2003 Ferds Excel Discussion (Misc queries) 2 March 10th 08 08:28 AM
Workbook access counter in excel? basher57 Excel Discussion (Misc queries) 1 January 30th 07 10:30 PM
Counter in Excel template office newbie Excel Programming 2 November 23rd 05 05:54 PM
How do I set up a counter in excel? Solanajack Setting up and Configuration of Excel 1 July 27th 05 11:51 PM
Increment a counter in Excel COSdl Excel Worksheet Functions 2 March 4th 05 10:47 PM


All times are GMT +1. The time now is 12:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"