barciewicz
barciewicz

Reputation: 3773

How to view code for all subs in a module at the same time

For some reason my VBA editor changed behavior and now to see the code of another subroutine in a module I have to use navigate to them using dropdowns and thus can see only one at a time.

How do I change the view to see all subs and functions at the same time, only divided by a horizontal line, as it was before?

Upvotes: 3

Views: 725

Answers (1)

Kostas K.
Kostas K.

Reputation: 8518

On the left hand side of the horizontal scrollbar in VB Editor, there are two button options:

1) Procedure view

2) Full module view.

Select the latter. Hover your mouse to see which is which.

Upvotes: 3

Related Questions