i understand how to password protect a macro's code but is there a way to hide the names of the macros as well so that when the user selects 'alt f8' the names are not listed
The only way I know around this is to convert your workbook into an Add-In. First, remove the Option Private Module statement. Then, click on ThisWorkbook in the Project Explorer window of the VBE and set its IsAddin property to True.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.