Navigation Tools
Navigating VBA projects can become very tedious as code size increases.
With that in mind, AutoVBA contains several tools for quickly navigating VBA projects:
- Back and Forward Buttons
- Create Bookmark Shortcut
- Cycle Through Bookmarks Shortcuts
- Close all Windows
- Close all Windows except for Active
Back and Forward Buttons
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
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:
Close All Windows
Quickly close either all windows or all windows except the active window with these two buttons.