Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I coded an add in to be used only for 48days starting 28-Oct-04. No before that and not after that. Just passing the instructions to use accordingly is not sufficient. If any user uses it after that or befor that, it will screw up the data. How to acheive it programetically? Thanks -- siri ----------------------------------------------------------------------- sirin's Profile: http://www.excelforum.com/member.php...fo&userid=1528 View this thread: http://www.excelforum.com/showthread.php?threadid=26951 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could test the date, and if not in your parameters, delete the add-in
code. See www.cpearson.com/excel/vbe.htm for the code deletion technique -- HTH RP "sirin" wrote in message ... I coded an add in to be used only for 48days starting 28-Oct-04. Not before that and not after that. Just passing the instructions to user accordingly is not sufficient. If any user uses it after that or before that, it will screw up the data. How to acheive it programetically? Thanks. -- sirin ------------------------------------------------------------------------ sirin's Profile: http://www.excelforum.com/member.php...o&userid=15289 View this thread: http://www.excelforum.com/showthread...hreadid=269511 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not working outside the date range (as Bob Phillips suggested) is
acceptable behavior, but destroying user data would lead most potential customers to look elsewere and potentially get you sued by those who don't run. Jerry sirin wrote: I coded an add in to be used only for 48days starting 28-Oct-04. Not before that and not after that. Just passing the instructions to user accordingly is not sufficient. If any user uses it after that or before that, it will screw up the data. How to acheive it programetically? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can Excel be use to a limited degree without the full program | New Users to Excel | |||
excel SUM function - can it be limited to whats in parentheses? | Excel Discussion (Misc queries) | |||
inserting data in excel limited to 255 kar? | Excel Discussion (Misc queries) | |||
How do I display limited columns in excel? | Excel Discussion (Misc queries) | |||
Filename length in Excel limited to 92 characters | Excel Discussion (Misc queries) |