smerdyakov
New Member
- Joined
- Aug 20, 2017
- Messages
- 3
Adding to the above, maybe you could also at exit stamp the date in a cell in the hidden sheet. On start up, if system date is less than date in cell, exit with a message that the system date has been altered.you could add a to a xlhidden page a value, say 1 in A1 then as part of your code use hat to add the 1 when the date expires, and check the sheet on load for a 1 so that even if the date has been put back, the hidden sheet causes the close, though dsabled VBA will still assist with possible access (Not perfect)
you could add a to a xlhidden page a value, say 1 in A1 then as part of your code use hat to add the 1 when the date expires, and check the sheet on load for a 1 so that even if the date has been put back, the hidden sheet causes the close, though dsabled VBA will still assist with possible access (Not perfect)
Adding to the above, maybe you could also at exit stamp the date in a cell in the hidden sheet. On start up, if system date is less than date in cell, exit with a message that the system date has been altered.