Saving time

  • Thread starter Thread starter fernando
  • Start date Start date
F

fernando

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
 
You need to look at the code and see if it can be reduced by putting
commonly used code in separate subs or functions.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top