Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Where can I get codes for creating a trial version
workbook / self deleting or read about it to learn (I know Excel VBA is not very secure and can be broken into. However, vast majority would not know how). Thnks for your help. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Common recommendation is to hide all your sheets except one that cautions
the user to enable macros. So if macros are enabled, then in the Workbook_Open event, you would "set up" your workbook and in the Workbook_BeforeClose Event, you would hide the sheets and save the workbook. There is no standard code for this, but if you have developed an application that uses VBA, then you should have no trouble designing your own. You can search google groups for past posting on this topic and this group and probably get some sample code. http://groups.google.com/advanced_group_search?hl=en -- Regards, Tom Ogilvy Sadik wrote in message ... Where can I get codes for creating a trial version workbook / self deleting or read about it to learn (I know Excel VBA is not very secure and can be broken into. However, vast majority would not know how). Thnks for your help. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes there is no standard way of doing this except locking stuff an
making a method of corupting the workbook after a certain time. I als like to put a modeless form when they open the workbook that says Thi is a Trial Version......... and some other stuff. It doesn't hinde the program but it is just an anoyence incase they crack the count dow method. Just remember, if they know what they are doing and want into th program, there is always a way........ Keith www.kjtfs.co -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
uninstalling trial version | Excel Discussion (Misc queries) | |||
download trial version excel 2003? can only find trial version 200 | Excel Discussion (Misc queries) | |||
How to use trial version | New Users to Excel | |||
how do i use the trial version | Setting up and Configuration of Excel | |||
trial version | Excel Discussion (Misc queries) |