Procedure DDL: Selected Procedure


Menu Expand/Collapse Menu

As a better practice, I prefix VBA subroutines with sb_ and VB functions with fn_ so they sort nicely. All other objects are prefixed by type of object. Notice the declarations at the top so that a user can jump to the declaration from the drop-down list if needed.

In this example, sb_InsertTables is selected; see next page for results.

VBA Procedure Drop-Down List