A Non-Programmers Guide to Using Macros

Macros are simply a collection of Visual Basic for Applications (VBA, a simplified version of Visual Basic) code that allows the application (in this case Inventor) to perform complex actions automatically with limited user input. An example of a macro might be a program that inserts multiple parts into an assembly document or even simply a toolbar button that accesses a menu command that does not have a default toolbar button.
Read more

INTRODUCTION TO VISUAL BASIC FOR APPLICATIONS (VBA)

This tutorial introduces you to Visual Basic for Applications (VBA), a version of Visual Basics which comes with Microsoft Excel. You will learn how to type in and run a simple program in the form of a Function block.
Read more