View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Defining Trial Period of VBA Code

Search the google groups archive for microsoft.public.excel.programming
for terms such as trial period, expire, limit

http://groups.google.com/advanced_group_search?hl=en

This question comes up all the time.

--
Regards,
Tom Ogilvy

"ExcelMonkey " wrote in message
...
Does anyone know how to write a sub routine that limits the use of an
excel spreadsheet with VBA? That is, I want to give trial versions of
my spreadsheet to people and control the number of times or time
periods they use it. Example, you can only use this file for free from
Jan1 to Jan 10 then you have to buy the registered version. Or you can
only open this file 3 times for free and then you have pay for the
registered verison.

Yes I know that security is not good. But I still want to understand
how to TRY and do it

1) Define trial period (i.e. date of file expiration)
2) Define trial usage (i.e. # of file opens)

Thanks


---
Message posted from http://www.ExcelForum.com/