I created a workbook that is used at my company called "Calculator". It basically simplifies the calculations needed in figuring out discounts for products. This workbook contains confidential information, so we want to prevent a current employee from taking it with them if they ever leave the company. I've done some research and here are my thoughts on each:
1. Encrypt with Password: user will still have the password when they leave & will still be able to open it.
2. Use VBA to not allow the workbook to open after a certain date: the calculator will be used for each customer's purchase and saved to a file (i.e. "Joe Schmoe's Discounts 2011", "Joe Schmoe's Discounts 2012", etc.). So if the workbook is programed to not open after a certain date, we would not be able to access the customer's past discounts workbooks.
I'm wondering if it is possible to have each employee set up an account with a User ID and Password, which I would keep in a seperate spreadsheet on a shared drive... when they open their workbook, they would need to put in their User ID and Password, the workbook would try to access the shared drive to check the password...
--- if the shared drive is accessable: it will verify the password and will let the user in (or won't if the password was incorrect)
--- if the shared drive is not accessable: it will start a 10 day countdown to when the entire workbook would expire unless it's able to access the shared drive and verify the password.
Again, I don't know if that's even possible... so I'm open to some suggestions here!
Thank-you!!!
Bookmarks