To find a procedure in the Code window
Note To visually separate procedures in the Code window, you can select the Procedure Separator check box on the Editor tab of the Options dialog box (Tools menu). You can switch between Procedure view and Full Module view using the buttons in the lower-left corner of the Code window.
To find a procedure in another module
The selected procedure is displayed in the Code window.
You can use the following keyboard shortcuts:
Press | To |
---|---|
CTRL+DOWN ARROW | Display the next procedure. |
CTRL+UP ARROW | Display the previous procedure. |
PAGE DOWN | Page down through the procedures in your code. |
PAGE UP | Page up through the procedures in your code. |
F2 | Display the Object Browser. |