Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thx
"Jim Thomlinson" wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calling a module | Excel Discussion (Misc queries) | |||
Calling a function in another module | Excel Programming | |||
Calling a Macro from module | Excel Programming | |||
Calling worksheet module from other module. | Excel Programming | |||
Calling VBA function that is in another module | Excel Programming |