VBA Keyboard Shortcuts

If you’re using VBA to streamline your Windows programs and operations, making use of the shortcut keys in the following list can help you streamline even more quickly and easily.































































PressTo Do ThisPressTo Do This
Alt+F11Open the VBA editorF1Get help on any selected item
Alt+F8Display a list of macrosF2Display the Object Browser window
Ctrl+BreakPerform an emergency stop of the programF4Display the Properties window
Ctrl+GDisplay the Immediate windowF5Start the program
Ctrl+IList the quick information for the selected elementF7Display the Code window after selecting a form or control
Ctrl+JList the properties and methods for an objectF9Add a breakpoint
Ctrl+RDisplay Project ExplorerShift+F7Display the form that corresponds to the active Code
window
Ctrl+Shift+IList the parameter information for the selected elementShift+F9Add a quick watch for the highlighted text
Ctrl+Shift+JList the constants associated with an enumerationCtrl+TabMove to the next Code or UserForm window








dummies

Source:http://www.dummies.com/how-to/content/vba-keyboard-shortcuts.html

No comments:

Post a Comment