Procedure List Box
This can be found at the Top Right of the Code window and displays all the procedures and functions (or events if an object is selected) in the active code module.
These are listed in alphabetical order and not the order in which they may appear in the module.
Lists all the events recognized by Visual Basic for a form or control displayed in the Object box. When you select an event, the event procedure associated with that event name is displayed in the Code window.
If (General) is displayed in the Object box, the Procedure box lists any declarations and all of the general procedures that have been created for the form. If you are editing module code, the Procedure box lists all of the general procedures in the module. In either case, the procedure you select in the Procedure box is displayed in the Code window.
All the procedures in a module appear in a single, scrollable list that is sorted alphabetically by name. Selecting a procedure using the drop down list boxes at the top of the Code window moves the cursor to the first line of code in the procedure you select.
Since a code module has no objects, the object listbox in the top left corner always displays (General).
The gray strip on the left of the code window will show any current breakpoints and the position of the current execution line when in break mode.
Clicking in this gray area alongside a line of code will toggle the adding or removing of a breakpoint. A red bullet will appear to indicate a breakpoint.
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited TopPrevNext