Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Limiting number of instances of a workbook

I would like to limit a workbook to a certain number of instances of opening. To make a so-called trial version that only allows it to open say 20 times, then not allow it to open again until a password allows it to open or just deletes the file. Thanks for any input
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Limiting number of instances of a workbook

Any code based solution can be easily defeated by disabling macros when the
workbook is opened.

If you put your code and major elements of you project in an addin, you
might have more success with that approach. then it is just a matter of
maintaining a count of how many times the workbook has been opened. Of
course, the user could use windows to copy the file before they ever open
it, then start using the copy for an additional 20 times and so forth.
Also, there are plenty of password crackers out there, so any password
protection could be broken as well.

--
Regards,
Tom Ogilvy


Denny Emery wrote in message
...
I would like to limit a workbook to a certain number of instances of

opening. To make a so-called trial version that only allows it to open say
20 times, then not allow it to open again until a password allows it to open
or just deletes the file. Thanks for any input


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Limiting number of instances of a workbook

Thanks for the help
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
Limiting line number on scroll bar Corcovadocowboy Excel Discussion (Misc queries) 3 October 4th 08 04:16 PM
Limiting number of users opening Excel Workbook at one time. RickatMDG Excel Discussion (Misc queries) 1 December 20th 07 06:53 PM
Limiting Number of Times a Workbook can be Opened Dan R Excel Worksheet Functions 1 February 13th 07 03:28 PM
Limiting the number of characters in a cell. How? caliskier Excel Discussion (Misc queries) 3 January 12th 06 04:50 PM
Limiting to one number [email protected] Excel Discussion (Misc queries) 1 December 7th 05 02:48 PM


All times are GMT +1. The time now is 07:21 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"