View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Randy[_2_] Randy[_2_] is offline
external usenet poster
 
Posts: 21
Default Organizing the VBE

Does anybody know of any ways to organize the VB Editor? I have quite
a few subroutines and my editor is getting pretty long. In VB.NET,
you can create "regions" that allow you to group conceptually similar
subroutines together and then collapse them when you are not currently
working with them. I tried this in VBA, but it didn't work. Can
anybody suggest anything?

Thanks,
Randy