ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel - Protection (https://www.excelbanter.com/excel-programming/311484-excel-protection.html)

Yian

Excel - Protection
 
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

jpendegraft[_26_]

Excel - Protection
 

You can launch an "On_Time" event......to kick off code...


--
jpendegraft


------------------------------------------------------------------------
jpendegraft's Profile: http://www.excelforum.com/member.php...fo&userid=5701
View this thread: http://www.excelforum.com/showthread...hreadid=263593


Yian

Excel - Protection
 
do u mean put on_time event under cell change or formload?


-----Original Message-----

You can launch an "On_Time" event......to kick off

code...


--
jpendegraft


---------------------------------------------------------

---------------
jpendegraft's Profile:

http://www.excelforum.com/member.php?
action=getinfo&userid=5701
View this thread:

http://www.excelforum.com/showthread...hreadid=263593

.


jpendegraft[_27_]

Excel - Protection
 

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....


--
jpendegraft


------------------------------------------------------------------------
jpendegraft's Profile: http://www.excelforum.com/member.php...fo&userid=5701
View this thread: http://www.excelforum.com/showthread...hreadid=263593


Tom Ogilvy

Excel - Protection
 
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.

--
Regards,
Tom Ogilvy

"Yian" wrote in message
...
do u mean put on_time event under cell change or formload?


-----Original Message-----

You can launch an "On_Time" event......to kick off

code...


--
jpendegraft


---------------------------------------------------------

---------------
jpendegraft's Profile:

http://www.excelforum.com/member.php?
action=getinfo&userid=5701
View this thread:

http://www.excelforum.com/showthread...hreadid=263593

.





All times are GMT +1. The time now is 06:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com