What is Excel VBA editor?

VBA Editor is a place where VBA code or script is written and we can also find the recorded macro here. VBA is the programming language that’s used to create these script with the help of VBA editor.

VBA Editor

How to show/hide Developer tab in excel?

  1. File Tab
  2. Options
  3. Customize Ribbon
  4. Select Check box of developer tab

The easiest way to open the Visual Basic editor

  1. Alt + F11
  2. Developer tab——-> Visual Basic
  3. Right click on sheet —–> View code
Scroll to Top