View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default Done with Code1 Find Code2

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?