0% found this document useful (0 votes)
112 views

Excel VBA Productivity Shortcuts

This document provides a table summarizing various shortcuts that can improve productivity when working with Excel VBA. It lists categories of shortcuts like editing/entering code, navigating code, debugging, and more. For each category it outlines the action the shortcut performs and the actual keyboard shortcut. The shortcuts allow for faster copying, cutting, pasting, finding, replacing, navigating code, running procedures, and other common VBA coding tasks.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
112 views

Excel VBA Productivity Shortcuts

This document provides a table summarizing various shortcuts that can improve productivity when working with Excel VBA. It lists categories of shortcuts like editing/entering code, navigating code, debugging, and more. For each category it outlines the action the shortcut performs and the actual keyboard shortcut. The shortcuts allow for faster copying, cutting, pasting, finding, replacing, navigating code, running procedures, and other common VBA coding tasks.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Excel VBA productivity shorcuts

Version 1 - 7/19/2011
www.ExcelVba.org

Category

SubCategory

Action
Copy Cut Cut Entire Line Paste Undo Find Replace New Line List Members (properties and methods)/List constants Quick info/Parameter info Toggle Insert Mode/Paste/Copy Delete/ /Delete To End Of Word Beginning Of Line/Select To Start Of Line/Top Of Module End Of Line/Select To End Of Line/End Of Module Page Up/Select To Top Of Module/Top Of Current Procedure Page Down/Select To End Of Module/End Of Current Procedure Left/Extend Selection Left 1 Char/Left Word Right/Extend Selection Right 1 Char/Right Word Up/Extend Selection Up/Previous Procedure Down/Extend Selection Down/Next Procedure Project Window Object Browser Goto Window Of Object Properties Window Breakpoint/Clear All Breakpoints Immediate Window Edit Watch Quick watch Run Step/Procedure Step/Run To Cursor Save Close window Close and return to Microsoft Excel Print Help CTRL+C CTRL+X CTRL+Y CTRL+V CTRL+Z CTRL+F CTRL+H CTRL+N

Shortcut

Editing/entering VBA code

Entering/editing VBA syntax

Writing code

CTRL+J/CTRL+SHIFT+J CTRL+I/CTRL+SHIFT+I Insert/SHIFT+Insert/CTRL+ Insert Delete/SHIFT+Delete/CTRL+ Delete Home/SHIFT+Home/CTRL+H ome End/SHIFT+End/CTRL+End Page Up/SHIFT+Page Up/CTRL+Page Up Page Down/SHIFT+Page Down/CTRL+Page Down Left Arrow/SHIFT+Left Arrow/CTRL+Left Arrow Right Arrow/SHIFT+Right Arrow/CTRL+Right Arrow Up Arrow/SHIFT+Up Arrow/CTRL+Up Arrow Down Arrow/SHIFT+Down Arrow/CTRL+Down Arrow CTRL+R F2 F7 F4 F9/CTRL+SHIFT+F9 CTRL+G CTRL+W SHIFT+F9 F5 F8/SHIFT+F8/CTRL+F8 CTRL+S CTRL+F4 ALT+Q CTRL+P F1

Navigating VBA code

Navigating VBA project Creating/editing forms Code checking Run File management Help

Debugging

Misc

You might also like