0% found this document useful (0 votes)
43 views1 page

Worksheet For The Macros and VBA Webinar

This document provides an introduction to macros and VBA in Excel. It explains that macros are sets of instructions that perform actions when run, similar to programs or scripts. VBA (Visual Basic for Applications) is the programming language used to write macros in Excel. Macros can be used to automate tasks in Excel and save time when doing repetitive jobs. The document lists some key aspects of working with macros and VBA, such as the file extension for macro-enabled workbooks, the developer tab for accessing the VB Editor, common programming elements like objects and methods, and the most commonly used loop.

Uploaded by

Dean Zuki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views1 page

Worksheet For The Macros and VBA Webinar

This document provides an introduction to macros and VBA in Excel. It explains that macros are sets of instructions that perform actions when run, similar to programs or scripts. VBA (Visual Basic for Applications) is the programming language used to write macros in Excel. Macros can be used to automate tasks in Excel and save time when doing repetitive jobs. The document lists some key aspects of working with macros and VBA, such as the file extension for macro-enabled workbooks, the developer tab for accessing the VB Editor, common programming elements like objects and methods, and the most commonly used loop.

Uploaded by

Dean Zuki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Getting Started with Macros & VBA

Webinar with Jon Acampora

1. A __________ is a written set of instructions that will perform actions in Excel when it
runs. Similar to a ______________.

2. ________ is the programming language we use to write macros.

3. VBA can be used to _______________ Excel and save __________ with our jobs.

4. The Excel Macro-Enabled Workbook file type extension is __________.

5. The Visual Basic button is on the _____________ tab of the ribbon. Alt+F11 is the
keyboard shortcut to open the VB Editor.

6. The macro always starts with the word _______, which stands for Sub Procedure.

7. Everything in Excel (sheets, ranges, charts) is an ___________ in VBA.

8. We can read and write object ________________ with VBA.

9. ____________ are the actions that can be run on an object with VBA.

10. All of the objects, properties, and methods are organized in a _____________ in the
Excel Object Model.

11.______ is the keyboard shortcut to step through and run each line of the macro.

12.The ________ _______ Loop is the most commonly used loop in VBA.

Additional Notes:

ExcelCampus.com

You might also like