Is it possible to change the order of the Module listing in the lower right corner of the IDE? I have some Subs I'd like to move to the bottom of this list that I don't access very much.
How about using
#Region ... #End Region
Lets you mark a block of code ( it starts with #region) and ends with (#End Region) that can be collapsed, uncollapsed or hidden.
I thought that when you minimize with the - sign, it minimizes it during that session and when you reopen the project, you have to do it all over again. Whereas, with the #REGION, it stays hidden. Please confirm or refute.