View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default More VBA Editor weirdness

In addition to Dave's method to dynamically swap back and forth between the
two view methods, you can set the default view from Tools/Options on the
Editor tab... the "Default to Full Module View" check box in the "Window
Settings" section controls which default view is used at start up.

--
Rick (MVP - Excel)


"Barb Reinhardt" wrote in message
...
When I view the code in a module, it now defaults to showing General /
Declarations and I can select procedures one at a time. What do I need
to
change so that I can see the entire module?

Thanks,
Barb