Now, for those who don't know yet How to Set a Password on your VBA Project in Excel. The guide below might be of help to you.
1. On the VBA Project Explorer. Right Click on the VBAProject(Filename.xls) on the uppermost part of the explorer.
2. On the Menu, Click VBAProject Properties. And the Project Properties window will show up.
3. On the Project Properties, Check the box Lock project for viewing. And Type and Confirm your password. Then Click OK.
4. Finally, Save and close the project as well as the workbook.
When you re-open the project it should prompt you to enter the password.
Related Posts
How to Suppress Warning and Alerts in Excel using VBA
In Microsoft Excel, you can suppress the message warning and alerts especially when you try to creat[...]
Apr 25, 2014How to Get the Addresses of Visible Rows from a Filtered Data in Excel using VBA
The following function allows you to get the Address of each visible rows from a filtered sets of da[...]
May 28, 2014How to Copy Only the Visible Rows of a Filtered Data in Excel using VBA
You might be working on a project where you need to filter sets of data and create a raw data of [...]
May 29, 2014How to Get the Count of Filtered Sets of Data Rows in Excel using VBA
The following function below allows you to get the number of visible rows from a filtered sets of[...]
Jun 09, 2014Remove and Replace All Characters in Microsoft Excel using VBA
The following FindandReplace() function allows you to replace or remove specific text and character[...]
Aug 24, 2014Commonly Used VBA Statements for Excel VBA Programming
The following table shows a list of commonly used VBA statements that might be useful when creating [...]
Aug 30, 2014
Subscribe to:
Post Comments (Atom)
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.