Shortcuts available in the VBE (Visual Basic Editor):
Return to List
Ctl + F' Displays Find dialog F3' Find Next (repeats previous Find) Ctl + H' Displays Replace dialog (in addition to Find) Ctl + J' Lists properties and methods for the code element or statement containing the insertion point Ctl + I' Displays the syntax information for the variable, constant, or procedure containing the insertion point. Ctl + Shft + I' Displays all parameters for the statement containing the insertion point. Shft + F2' Displays the procedure code for the procedure name at the insertion point. Ctl + Shft + F2 (or Alt-W + 2)' Returns to the line position you were viewing in the previous procedure. Shft + F9' Allows you to see the value of a variable while a procedure is in break mode. F9' Toggles the breakpoint on or off on the current line. Ctl + Shft + F9' Clears all breakpoints. Ctl + F9' Sets the next statement in the procedure to be executed (while in break mode).