View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark D'Agosta Mark D'Agosta is offline
external usenet poster
 
Posts: 20
Default Limit on Number of Lines of VBA Code?

I know there are certain VBA limits that don't exist in the standard Visual
Basic Development Environment (e.g. number of Line Continuation characters
in the same subroutine), but is there a limit to the number of lines of VBA
code that can exist within a single Excel workbook??? I'm currently using
Excel 2002.

Thanks,

Mark D'Agosta