Share via


Visual Basic Concepts

Moving Between Procedures

You can use the Object Browser to move quickly to the code for a class, module, or procedure in your project.

To move to a class, module, or procedure

  1. (Optional) Select your project from the Project/Library box.

    Step 1 is optional if you have <All Libraries> selected in the Project/Library box, because all of your projects are included.

  2. Names of classes, modules, and members that belong to your projects are shown in bold type. Double-click any name shown in bold type to move to that class, module, or member. (Or right-click a name and then select View Definition from the context window.)

    The selected item is displayed in the Code window.