1. Excel For Mac

This Excel tutorial explains how to open the Visual Basic Editor in Excel 2016 (with screenshots and step-by-step instructions).

How to open the VBA environment. You can access the VBA environment in Excel 2016 by opening the Microsoft Visual Basic for Applications window. First, be sure that the Developer tab is visible in the toolbar in Excel. The Developer tab is the toolbar that has the buttons to open the VBA editor and create Form/ActiveX Controls like buttons, checkboxes, etc.

See solution in other versions of Excel:

Excel for MAC does not support PowerPivot. Consequently, any pivot table having source data. I'll show you how to use split screen techniques to watch VBA code being created, and watch step-by-step execution of macro code, and also how to expand macro functionality with if statements and interactive techniques. So let's get started with Excel 2016 for the Mac, Automate Your Work with Macros. Join Dennis Taylor for an in-depth discussion in this video, Watching VBA code being created, part of Excel for Mac 2016: Macros. I am currently using the following VBA code in Excel for MAC 2016: Sub MailWorkSheet Dim SourceWb As Workbook, DestWb As Workbook, sh As Worksheet Dim strbody As String, TempFileName As String If Val(Application.Version).

How to open the VBA environment

You can access the VBA environment in Excel 2016 by opening the Microsoft Visual Basic for Applications window.

First, be sure that the Developer tab is visible in the toolbar in Excel.

The Developer tab is the toolbar that has the buttons to open the VBA editor and create Form/ActiveX Controls like buttons, checkboxes, etc.

To display the Developer tab, click on File in the menu bar and select Options from the drop down menu.

When the Excel Options window appears, click on the Customize Ribbon option on the left. Click on the Developer checkbox under the list of Main Tabs on the right. Then click on the OK button.

Vba Excel For Mac 2016

Select the Developer tab from the toolbar at the top of the screen. Then click on the Visual Basic option in the Code group.

Excel For Mac

Now the Microsoft Visual Basic for Applications editor should appear and you can view your VBA code.