Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Code for Trial Version

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

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

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
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
uninstalling trial version Fred M Excel Discussion (Misc queries) 2 January 28th 10 07:33 PM
download trial version excel 2003? can only find trial version 200 susan Excel Discussion (Misc queries) 2 November 7th 07 03:19 AM
How to use trial version John New Users to Excel 1 August 25th 07 02:30 PM
how do i use the trial version Donny V Setting up and Configuration of Excel 0 September 19th 06 12:21 AM
trial version Bobbi Excel Discussion (Misc queries) 1 November 16th 05 02:25 AM


All times are GMT +1. The time now is 01:35 PM.

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

About Us

"It's about Microsoft Excel"