View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Earl Kiosterud Earl Kiosterud is offline
external usenet poster
 
Posts: 611
Default How with VBA, can I activate one of many modules in a VBAProject?

EagleOne,

You can close all the module windows except those two, then use Ctrl-Tab.
--
Earl Kiosterud
www.smokeylake.com
-----------------------------------------------------------------------
wrote in message
...
2003

If my VBA Project is called "XYZ" and one of many Modules in "XYZ" is
"ABC" another is "DEF."

How in VBA, can I "flip" between "ABC" and "DEF"?


TIA
EagleOne