Thread: Saving time
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fernando fernando is offline
external usenet poster
 
Posts: 9
Default Saving time

Hi,

I have a excel workbook with VBA, including forms and
modules. The longer(complex) the code, the longer it
takes to save the file, how can i reduce this saving
time?, I already tried AppsPro's CodeCleaner which
helped, specially reducing file size, but not speed.the
file contains:

Components Count
Standard Modules 4
Class Modules 0
UserForms 13
Document Objects 15

Code Items Count
Sub or Function Procedures 168
DLL Declarations 0
Total Lines of Code 2525

Are these far from excel's limitations?

Thanks