How do you password protect entering the vba code editor from a sheet? [closed]

我与影子孤独终老i 提交于 2019-12-12 05:29:00

问题


I want a method that will password protect my vba code, so that users in the sheet won't be able to go into the code editor without entering it.


回答1:


You can protect your vba code by a password as described here: http://www.ozgrid.com/VBA/protect-vba-code.htm

But this is not the most secure way to protect your code, see this thread for more information: Lock down Microsoft Excel macro



来源:https://stackoverflow.com/questions/6787544/how-do-you-password-protect-entering-the-vba-code-editor-from-a-sheet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!