View all subs & functions in module

mmaNate

New Member
Joined
Sep 15, 2011
Messages
3
For whatever reason one of the modules in my script is only allowing me to view a single sub or function at a time, and forces me to toggle beween using the drop-down at the top of the IDE window. I have several other modules and classes in this script and am only having this issue with one of them. Please advise how I can set this one to view all subs in the module at the same time by scrolling rather then selecting via the drop-down.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
In the VB Editor, click Tools - Options, and on the Editor tab, under 'Window Settings', check the 'Default to full module view' option.

Scratch that - didn't read closely enough. You say it's only one module that does this? Is it a regular module?
 
Last edited:
Upvote 0
In the lower left corner of the code window are two icons to toggle between "Procedure View" and "Full Module View"
 
Upvote 0
:) I knew it was there somewhere but couldn't remember for the life of me where!
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,199
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top