View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default calling another module from within module

Call Module2.MyMacroName
--
HTH...

Jim Thomlinson


"rick_mc" wrote:

I have an auto_open() sub (module1) and I want to call a macro I recorded in
excel(module2) from within the auto_open module/sub. How can I do that?