Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am running Code1 and getting a message that says Compile Error: Procedure
too large yet I still have some code that I want to run as a part of this macro. Is it possible for me to write the extra code in another macro called Code2 and put a line at the end of Code1 (before it becomes too large) that says you are done with Code1 now find Code2 and run it? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you cando that or
Sub Main() call Code1 call Code2 End Sub first time I've ever heard of Compile Error: Procedure too large error !! "TGalin" wrote in message ... I am running Code1 and getting a message that says Compile Error: Procedure too large yet I still have some code that I want to run as a part of this macro. Is it possible for me to write the extra code in another macro called Code2 and put a line at the end of Code1 (before it becomes too large) that says you are done with Code1 now find Code2 and run it? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Patrick, for your help. Never heard that message before? That's
funny. Neither had I, until today. Thank you again. "Patrick Molloy" wrote: you cando that or Sub Main() call Code1 call Code2 End Sub first time I've ever heard of Compile Error: Procedure too large error !! "TGalin" wrote in message ... I am running Code1 and getting a message that says Compile Error: Procedure too large yet I still have some code that I want to run as a part of this macro. Is it possible for me to write the extra code in another macro called Code2 and put a line at the end of Code1 (before it becomes too large) that says you are done with Code1 now find Code2 and run it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Interactive Code2 | Excel Programming | |||
Find rows with a common item and find or highlight difference | Excel Programming | |||
XValues - Why is code1 OK - but code2 doesn't work? | Charts and Charting in Excel | |||
find and delete duplicate entries in two columns or find and prin. | Excel Programming | |||
find and delete text, find a 10-digit number and put it in a textbox | Excel Programming |