Setting a date for a workbook to expire

  • Thread starter Thread starter dave.d71
  • Start date Start date
D

dave.d71

im putting together a workbook that i use to track performance of staff.
i want to code in somehow a future expiry date so that it can no longer be
used.
this is to prevent others from coping my hard work in design etc. and just
use it for their own benifit if they were to leave or move to a competitor.
 
Hi Dave !!
you could write a workbook-open event procedure that
colours all the sheets in your workbook BLACK and also closes the workbook,
 
Dave !!
I forgot to tell you - you should put a password on your
workbook - "Employee_Data"
 
ok you got my attention but how do you do this?
im not up to speed with macros etc, and rely on formulas in cells to do the
job.
is there an easy way to do this?
 
You could do it but it would require that users enable macros upon start up.

Also Excel's security is quite weak and users could crack passwords on the code
to make the workbook "timebomb" itself.

See Chip Pearson's site for a few methods of creating a self-destructing
workbook.

Note his caveats at beginning and the alternative of creating a Com add-in or
similar.

http://www.cpearson.com/excel/workbooktimebomb.aspx


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top