View Single Post
 
Old 10-31-2014, 05:56 PM
fumei fumei is offline Windows 7 64bit Office XP
Expert
 
Join Date: Jan 2013
Posts: 440
fumei is on a distinguished road
Default

It is quite common to have multiple (read many) Subs in any given module. One thing that may help is the two icon buttons at the lower left of the code window.

The default button has FIVE lines (long, short, long, short, long). This displays all of the Subs in the module.

The other has THREE lines (long, short, long). This displays only the Sub the cursor is in.

It is a fast easy way to work on only the Sub you want to work on.
Reply With Quote