View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rick_mc rick_mc is offline
external usenet poster
 
Posts: 13
Default calling another module from within module

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?