View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TGalin TGalin is offline
external usenet poster
 
Posts: 81
Default Done with Code1 Find Code2

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?