expire workbook

  • Thread starter Thread starter alldreams
  • Start date Start date
A

alldreams

Hi all,

How would I set a workbook to expire after say 3 months
so the user wouldn't be able to open it ever gain?

Thanks for your help
 
Hi
not really possible with Excel. You may put some code in the
Workbook_Open event to check for the current date. Also hide all your
sheets and protext the workbook/VBA project
Make them visible in the workbook_open event to prevent users from
simply disabling macros.

But this is not bullet-proff. A determined user simply cracks your
passwords and changes the code.Another idea would be to create a COM
Add-in, do the checking within this Addin. But this Add-in has to be a
central part of your workbook :-)
 

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