Navigating VBA projects can become very tedious as code size increases.
With that in mind, AutoMacro contains several tools for quickly navigating VBA projects:
The Back button allows you to go back to the previous code location. The Forward button returns to the original code location.
The commands store your code position history, allowing you to jump back/forward several code positions.
Bookmarks are used to save code positions in a VBA Project.
Use the shortcut CTRL + ~ to create a bookmark:
and the shortcuts CTRL + 1 and CTRL + 2 to "jump" to the previous or next bookmarks:
Quickly close either all windows or all windows except the active window with these two buttons.
Last modified 4 years ago.