QP School

Full Version: The VBA Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The VBA Editor is where you write, edit, and manage VBA code in Excel. To access the VBA Editor, press ALT + F11. It consists of the Project Explorer (to view all open workbooks and modules), the Code Window (to write and view VBA code), and the Immediate Window (to run immediate commands).