Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
I wonder if somebody know a way to delete some macros/code from within a macro when a trial period has expired, so that the VBAProject is useless after that period. I already have the trial period implemented, but want to enforce the users to ask for a news version. Thank you for your help OMER |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OMER
See Chip Pearson's site for a timebomb workbook. http://www.cpearson.com/excel/workbooktimebomb.aspx Read carefully the caveats at the beginning and alternatives to VBA Gord Dibben MS Excel MVP On Tue, 24 Nov 2009 10:28:02 -0800, OMER wrote: Hello I wonder if somebody know a way to delete some macros/code from within a macro when a trial period has expired, so that the VBAProject is useless after that period. I already have the trial period implemented, but want to enforce the users to ask for a news version. Thank you for your help OMER |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How about a date check that exits the routine if it is surpassed? You
could also put one in at the workbook open level to close the file the moment it was opened. You may want to run a modal window/message box letting them know they can buy it and where. Cheers |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank You Gord for the link.
Great ideas there. Regards, OMER "Gord Dibben" wrote: OMER See Chip Pearson's site for a timebomb workbook. http://www.cpearson.com/excel/workbooktimebomb.aspx Read carefully the caveats at the beginning and alternatives to VBA Gord Dibben MS Excel MVP On Tue, 24 Nov 2009 10:28:02 -0800, OMER wrote: Hello I wonder if somebody know a way to delete some macros/code from within a macro when a trial period has expired, so that the VBAProject is useless after that period. I already have the trial period implemented, but want to enforce the users to ask for a news version. Thank you for your help OMER . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you mrkt_rwnd.
I have a similar mechanism implemented, but wanted to disable the code completely. "mrkt_rwnd" wrote: How about a date check that exits the routine if it is surpassed? You could also put one in at the workbook open level to close the file the moment it was opened. You may want to run a modal window/message box letting them know they can buy it and where. Cheers . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search & Destroy | Excel Programming | |||
Search and destroy | Excel Programming | |||
Destroy command button with a Macro? | Excel Discussion (Misc queries) | |||
How to make VBA code to self-destroy itself? | Excel Programming | |||
Seek and destroy | Excel Programming |