time limited add in

  • Thread starter Thread starter jacob
  • Start date Start date
J

jacob

Hi,
In making an addin; Is there any way to put in code
such that if I distribute it, it will only be usefull for
a limited period of time?

any help appreciated

jacob
 
Hi Jacob

You could put in

If Date > Dateserial(2003, 9, 30) then Exit sub

somewhere. Only way to trick that without hacking is to set the system time
back, which is very inconvenient for a common user.
 
So simple. Thx a lot.
-----Original Message-----
Hi Jacob

You could put in

If Date > Dateserial(2003, 9, 30) then Exit sub

somewhere. Only way to trick that without hacking is to set the system time
back, which is very inconvenient for a common user.

--
HTH. Best wishes Harald
Excel MVP
Followup to newsgroup only please




.
 
Back
Top