Sargad_Strut
New Member
- Joined
- Mar 28, 2014
- Messages
- 44
Hi Experts,
I have a number of workbooks (20+) that are being used by multiple users, and the code is password protected in order to hide sensitive information. Currently, I'm working on implementing a UserForm, that will be the same for all workbooks. The form is be imported on open, and that way I only need to make changes once, instead of doing it for all workbooks one by one. Everything went fine until I password protected the VBA code, which won't allow me to import the form. The solution that comes to mind would be to remove the password, import the form, and then password protect the VBAProject again.
Anyone know if this can be done, or have other suggestions on how to solve this problem? Solutions involning Extensibility are not feasable.
Any help is greatly appreciated.
I have a number of workbooks (20+) that are being used by multiple users, and the code is password protected in order to hide sensitive information. Currently, I'm working on implementing a UserForm, that will be the same for all workbooks. The form is be imported on open, and that way I only need to make changes once, instead of doing it for all workbooks one by one. Everything went fine until I password protected the VBA code, which won't allow me to import the form. The solution that comes to mind would be to remove the password, import the form, and then password protect the VBAProject again.
Anyone know if this can be done, or have other suggestions on how to solve this problem? Solutions involning Extensibility are not feasable.
Any help is greatly appreciated.