Possible to prevent the Microsoft Excel Objects folder tree from expanding on its own?

SpaceBolt

New Member
Joined
Jul 15, 2011
Messages
10
Within the Visual Basic Editor on the left side there is the Microsoft Excel Objects folder tree that contains all of the sheets in the workbook.

The workbook that I am working in has many sheets and it "pushes down" the Modules folder and Class Modules folder, forcing me to scroll down to see them. Or, if I collapse the Microsoft Excel Objects tree, this helps but then if I click onto a sheet within Excel, the Microsoft Excel Objects folder expands again on its own. (ugh)

So, in order to see the Modules folder, I have to either click the minus sign a million times throughout the day, or I have to scroll down constantly.

Is there a way to prevent the Microsoft Excel Objects folder tree from expanding on its own?
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Within the Visual Basic Editor on the left side there is the Microsoft Excel Objects folder tree that contains all of the sheets in the workbook.

The workbook that I am working in has many sheets and it "pushes down" the Modules folder and Class Modules folder, forcing me to scroll down to see them. Or, if I collapse the Microsoft Excel Objects tree, this helps but then if I click onto a sheet within Excel, the Microsoft Excel Objects folder expands again on its own. (ugh)

So, in order to see the Modules folder, I have to either click the minus sign a million times throughout the day, or I have to scroll down constantly.

Is there a way to prevent the Microsoft Excel Objects folder tree from expanding on its own?
Great, seemingly unanswered, Question.
Give it a Silver Medal, and anyone who answers it a Gold
 
Upvote 0
Toggle Folders in the Project Window;

VBETogFos_1.jpg


This rearranges the order of the objects with Modules On Top and, more crucially, Expands all the Nodes

VBETogFos_2.jpg


The Project Window now stays looking the same; the Active Object (eg Module or Sheet) Highlighting
is the only thing that changes
 

Attachments

  • VBETogFos_1.jpg
    VBETogFos_1.jpg
    40.5 KB · Views: 4
  • VBETogFos_2.jpg
    VBETogFos_2.jpg
    33.4 KB · Views: 4
  • VBETogFos_2.jpg
    VBETogFos_2.jpg
    33.4 KB · Views: 4
  • VBETogFos_2.jpg
    VBETogFos_2.jpg
    33.4 KB · Views: 3
Upvote 0

Forum statistics

Threads
1,214,385
Messages
6,119,209
Members
448,874
Latest member
b1step2far

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