REAL-TIME

VBA Projects

Full Access with Source Code
  • Designed and Developed by PNRao

  • Full Access with VBA Source Code

  • Well Commented Codes Lines

  • Creative and Professional Design

Effortlessly
Manage Your Projects

120+ Project Management Templates

Seamlessly manage your projects with our powerful & multi-purpose templates for project management.

120+ PM Templates Includes:
  • 50+ Excel Templates

  • 50+ PowerPoint Templates

  • 25+ Word Templates

Share Post

It is important to understand the macro or VBA Security in Excel if you are dealing with the Macro Enabled Files. It helps to protect your data from the malicious programs and helps to know how to run the macros when its required.

In this Section:

Understanding VBA Security in Excel

It is important to understand the macro security if you are dealing with the Macro Enabled Files. It helps to protect your data from the malicious programs and helps to know how to run the macros when its required.

You can change the security level by clicking on the ‘Macro Security’ button in the ‘Developer’ Tab of the Excel Ribbon.
VBA Security in Excel-1

What Have Different Levels of the Security in VBA?

If you click on the ‘Macro Security’ button, it will open the Trust Center dialog, you can see the four levels of security in the dialog box:
vba-security-2

Security level Description
Disable all macros without notification All macros will be disabled.
Disable all macros with notification When you open a file all the macros will be disabled, but it will be prompted with a message allowing you to enable them each time. This is the recommended option, since you can if you trust the macro file.
Disable all macros except digitally signed macros You won’t be able to run any macros unless they have a trusted digital certificate attached.
Enable all macros All macros will be Enabled as soon as a file is opened. This is not recommended

How to Enable or Disable the Macros?

When you open any macro enabled file, if you have chosen the option “Disable all macros with notification” in the Macro Security Settings. It will prompt for enabling or disabling the macros. If you trust the file you can Enable it or else disable the file.

vba-security-3

How To Protect VBA Code?

If you want to hide your VBA Code, you can protect it by providing a password. Follow the below steps to protect your VBA Code/ Macros:

Step 1: Open the Visual Basic Editor (Alt+F11).
Step 2: Select “VBAProject Properties” in the “Tool” menu within the Visual Basic Editor.

(It will Open the VBAProject Properties Dialog)

Step 3: Go to the “Protection” tab.
Step 4: Select the “Lock Project for Viewing” check box. If you don’t check this box, it won’t hide your code.
Step 5: Provide and confirm your desired password in the indicated boxes. Then Click OK button
Step 6: You are Done! Save, Close, and Reopen your workbook for the protection to take effect.

(Please Note: In Microsoft Excel 2007 and later, You need to save as an XLSM file for your code to save & work, other wise you will loose your code.)

Effortlessly Manage Your Projects and Resources
120+ Professional Project Management Templates!

A Powerful & Multi-purpose Templates for project management. Now seamlessly manage your projects, tasks, meetings, presentations, teams, customers, stakeholders and time. This page describes all the amazing new features and options that come with our premium templates.

Save Up to 85% LIMITED TIME OFFER
Project Management Templates

All-in-One Pack
120+ Project Management Templates

Essential Pack
50+ PM Templates

Excel Pack
50+ Excel PM Templates

PowerPoint Pack
50+ Excel PM Templates

MS Word Pack
25+ Word PM Templates

Ultimate Project
Management Template
Ultimate Resource
Management Template
Project Portfolio
Management Templates
Categories: Excel VBATags: Last Updated: June 17, 2022

Leave A Comment