aurelius89
Board Regular
- Joined
- Mar 15, 2017
- Messages
- 69
I need to make my document as secure as possible (With VBA as well)
I will be distributing it out to users, but nothing is stopping them from taking it and walking out the door and giving to someone else.
Although I know Excel isn't the most secure and isn't meant to, but I want to make it as difficult as possible for them.
My ideas are
- Password protect VB editor
- Password protect each sheet
- Disable save, save as, save and send or any other way that a copy of the file could be made from within Excel
- The document itself as an RDP from a server which can be controlled then by Active Directory
So my question is 2 part really, what else can I do?
and what VBA would be needed to completely disable the features I have mentioned?
Thanks
I will be distributing it out to users, but nothing is stopping them from taking it and walking out the door and giving to someone else.
Although I know Excel isn't the most secure and isn't meant to, but I want to make it as difficult as possible for them.
My ideas are
- Password protect VB editor
- Password protect each sheet
- Disable save, save as, save and send or any other way that a copy of the file could be made from within Excel
- The document itself as an RDP from a server which can be controlled then by Active Directory
So my question is 2 part really, what else can I do?
and what VBA would be needed to completely disable the features I have mentioned?
Thanks
Last edited: