Kaajal has attended:
Excel VBA Intro Intermediate course
Macro visibility
Is there a way to hide macros from being seen by others so that they only see the results when they open the workbook? For example, by setting a password.
RE: Macro visibility
Hi Kaajal
Thank you for your question
You can indeed password project your code.
In the VBE click on Tools_VBA Project Properties
On the protection tab tick lock project for viewing and then set the required password below
Regards
Stephen