Excel - Protection

  • Thread starter Thread starter Yian
  • Start date Start date
Y

Yian

Dear all,
I have written my own calculation in excel and would like
to send it to others.
The question is instead of lock the excel sheet with
password, is there any other ways to distribute with
protection methods? such as time based (they can used for
30 days, or if they pay the money, they can continue ..
or something like that.
Regards
Yian
 
All depends on how you are wishing to structure it....

If you just want an expiration, just code it under the "this workbook"
object...

If you are looking for a "authorization" to unlock the thing...

create a form that lauches on open and request the user to key in a
password...if it is the wrong one, the clock continues to tick...if it
is the correct one, you unlock the workbook, and kill the form....
 
Any code based protection for a workbook is very weak (the user can always
disable macros).

Any password protection for a workbook is weak (many password cracker
programs available - many free).

All that said, you can write the first use date to the registry (saveSetting
and getsetting methods) and check it on each subsequent use, putting up a
nag dialog.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top