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.
相关问题
- How can I implement password recovery in an iPhone
- “Zero out” sensitive String data in Swift
- Excel sunburst chart: Some labels missing
- High cost encryption but less cost decryption
- Error handling only works once
相关文章
- Warning : HTML 1300 Navigation occured?
- Get column data by Column name and sheet name
- TeamCity Username / password
- programmatically excel cells to be auto fit width
- Unregister a XLL in Excel (VBA)
- Unregister a XLL in Excel (VBA)
- Security concerns about CORS
- How do I prevent SQL injection with ColdFusion
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