[embed]https://youtu.be/GNulOwQT0mk[/embed]
Overview of the VBA Editor, Reading VBA Code, and Eliminating Waste
First, a quick overview of how to record and run macros. Then the tutorial shows the user how to manually check the VBA code for a particular macro. How to change module names and macro names. Also a few key terms such as Integrated Development Environment (IDE).
A few key takeaways form this tutorial.
Open the VBA Editor
Rename Modules
Edit Modules and Sub/End Sub
How to add comments to the code
How to read the code - sort of
How to auto-fit columns using VBA
Saving macro enabled workbooks