Share: Facebook | Twitter | Whatsapp | Linkedin Visits: 924
VBA Environment we also refer as VBE. You can goto Developr tab in the ribbon and Click on the Visual Basic button to go to the VBE or simply press ‘Alt+F11’ to go to the VBE.

If you press ‘Alt+F11 you can see the following window, this called VBA Editor or VBA Integrated Development Environment.

On top you can see the menu bar, Left side you can observe Project Explorer where you can see the all available module in the project and Properties Window where you can see the properties of the selected module in the project explorer or selected object in the Module .
On right side you can see a blank screen, where you will see the the code modules. Go to Menu bar and Select ‘Module’ from the Insert Menu, it will create a white screen/ editor where you can write VBA Macros.

You can arrange the windows where ever you want in the VBE, by default it looks like in the above screen-shot:
We will see more on VBE in the advanced tutorials…