Thread: Collapsing Code
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Collapsing Code

If you are talking about the way the NET editor lets you collapse
code section, no, this is not possible. The only thing that comes
close is the setting to display only one procedure at a time in
the code window. In a module with more than one procedure, click
either of the buttons to the left of the horizontal scroll bar to
see the effect.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Cody" wrote in message
...
Is there a way to group and collapse sections of code in the vb
editor??

Thanks,