View Single Post
  #1  
Old 11-02-2005, 06:14 AM
davidm davidm is offline
Valued Forum Contributor
 
Join Date: 03 Mar 2005
Posts: 303
davidm is becoming part of the community
How to program a code to die

There are a few instances when, for good reason, I need to have a code to "expire" after a certain date. I have resorted to a workaround using Worksheet_Open event which immobilizes the code at a set date. But surely, there must be a nifty way of going about it-perhaps using Application.Kill ... but I can't get my head around it. I appreciate any help.
Reply With Quote