View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey[_40_] ExcelMonkey[_40_] is offline
external usenet poster
 
Posts: 1
Default Defining Trial Period of VBA Code

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

Yes I know that security is not good. But I still want to understan
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)

Thank

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