Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default 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

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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

.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Data Protection Best Practice: AKA: Real Sheet Protection Mushman(Woof!)[_2_] Excel Discussion (Misc queries) 4 December 30th 09 01:20 AM
Excel Data Protection- AKA: Sheet/Macro Password Protection Mushman(Woof!) Setting up and Configuration of Excel 0 December 29th 09 06:50 AM
WS Protection: Different Levels of Protection on Different Ranges Carmi Excel Discussion (Misc queries) 4 August 31st 07 02:26 PM
Cell Protection vs. Worksheet Protection kmwhitt Excel Discussion (Misc queries) 4 September 24th 06 02:37 AM
Worksheet protection is gone and only wokbook protection can be se Eric C. Excel Discussion (Misc queries) 4 May 2nd 06 04:50 PM


All times are GMT +1. The time now is 08:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"