View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jim jim is offline
external usenet poster
 
Posts: 19
Default modules that run modules

Hello,
I have two modules in the same project. I would like to
execute the second module at the end of the first module.
I know I can put both subs in the same module but I would
like to keep the modules seperate. Does anyone know of a
way I can execute a module within a module?

Jim