Key(s) |
What the shortcut does |
Alt + Q |
Exits out of Visual Basic |
Ctrl + N |
Creates a new project |
Ctrl + O |
Opens an existing project |
Ctrl + P |
Prints a project |
Ctrl + S |
Saves a file |
F7 |
Displays the code window for the currently selected object |
Shift + F7 |
Displays the object for a particular event procedure. |
Shift + F2 |
Jumps to the definition of the word identified by the cursor. |
F2 |
Displays the Object Browser window |
Ctrl + R |
Displays the Project Explorer window |
F4 |
Displays the properties window |
Ctrl + E |
Displays the menu editor window |
Ctrl + D |
Adds a file to a Visual Basic project |
F5 |
Runs a Visual Basic Project |