View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Procedure Too Large

Are you saying your sub, ie a single routine, that when saved to a text file
is 75k, as distinct from a code module of multiple routines.

If so, thank the compiler for flagging and reconstruct into many smaller
subs & functions.

Regards,
Peter T

"Mike H." wrote in message
...
I get a compile error-procedure too large. The sub is 75,188 bytes. What

is
the limit?