Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to know something....
Can you open another macro from a macro? Reason I ask is that I have a macro that has exceeded the file size limit and need to open 2 macros, one after the other. Is this possible? --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Andy,
Definitely possible! Call OtherMacroName(parameters) HTH, Nikos "andycharger " wrote in message ... I need to know something.... Can you open another macro from a macro? Reason I ask is that I have a macro that has exceeded the file size limit and need to open 2 macros, one after the other. Is this possible? --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nikos,
If I call 3 macros, say macro1, macro2 and macro3, will it finishin running the entire length of Macro1 BEFORE moving on to running macro2 -- Message posted from http://www.ExcelForum.com |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
andycharger < wrote:
Nikos, If I call 3 macros, say macro1, macro2 and macro3, will it finishing running the entire length of Macro1 BEFORE moving on to running macro2? Yes, the execution is in series not in parallel. Regards, -- Beto Reply: Erase between the dot (inclusive) and the @. Responder: Borra la frase obvia y el punto previo. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I type my code to call other macros, it says sub or function no
defined. How do I get around this? Here is my code [vb] Sub Macro3() ' ' Macro3 Macro ' Macro recorded 10/02/2004 by adavies ' ' Call Macro1 Call Macro2 end sub [/vb -- Message posted from http://www.ExcelForum.com |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Andy,
Well, follow the advice and define Macro1 and Macro2, or whatever you want to call your subs/functions. I guess you recorded Macro1 and Macro2 previously, then deleted them. Or recorded them into a different workbook. NickHK "andycharger " wrote in message ... When I type my code to call other macros, it says sub or function not defined. How do I get around this? Here is my code [vb] Sub Macro3() ' ' Macro3 Macro ' Macro recorded 10/02/2004 by adavies ' ' Call Macro1 Call Macro2 end sub [/vb] --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
File Size With Macros Has Increased From Its Origina Size | Excel Discussion (Misc queries) | |||
macros and file size | Excel Discussion (Misc queries) | |||
How to stop file open macro prompt after deleting all macros? | Excel Worksheet Functions | |||
Macros not appearing in the Tools Macro Macros list | Excel Programming | |||
Macro to open multiple macros | Excel Programming |