Introduction
Automating your work with Excel macros
()
1. Getting Started
Applying basic programming with macros
()
Understanding VBA code created by macros
()
Security settings
()
Recording a macro that formats
()
Running existing macros
()
2. Creating Routines with Macros and VBA Code
The VBA window and VBA components
()
Using For and For…Next statements
()
Using Do While and Do Until statements
()
Capturing input for macros
()
Leveraging macros for the VBA code
()
Calling macros to run in sequence
()
Leveraging row counts for formatting
()
Challenge: Adding an input box
()
Solution: Adding an input box
()
3. Using Macros and VBA for Personal Productivity
Saving to the personal macro workbook
()
Understanding when to use absolute or relative references
()
Using logic in macros
()
Creating a custom Ribbon tab for macros
()
Leveraging the Quick Access Toolbar for macros
()
Challenge: Adding a remove rows macro to every file
()
Solution: Adding a remove rows macro to every file
()
4. Running a Macro
Creating a shortcut for your macro
()
Planning and creating macros for navigation
()
Challenge: Adding a help button for information
()
Solution: Adding a help button for information
()
5. Troubleshooting and Debugging
Debugging code with stepping through
()
Setting a breakpoint and blocking comments
()
Challenge: Troubleshooting broken macros
()
Solution: Troubleshooting broken macros
()
Conclusion
Applying macro and coding concepts
()
Extending your capabilities with macros
()
Ex_Files_Excel_Macros_in_Depth.zip
(2.9 MB)