Excel performance problem (Excel11.xlb file)

A

Alain79

On some of our PC, the Excel11.xlb file is very very big (20 to 50Mb) and
its size increase by 30k each time Excel is closed!!!
This have a very bad impact on Excel Performance especially at the closing
time
I know that we can delete the file and then get a new one that is 40k only
but how to stop the 30k increase mechanism? To which setting can be linked
this feature?

Thanks for your help
Alain79
 
C

Charles Williams

probably there is some badly-written VBA somewhere (.XLA or Personal.xls or
....) which is modifying toolbars or menus but not resetting them when
closing.

--
Charles
______________________
Decision Models
FastExcel 2.2 Beta now available
www.DecisionModels.com
 
A

Alain79

Yes indeed, there is at least one xla application installed... What do you
mean by reseting?

On one hand, the xla application I have written add two drop down menu list
to the standard Excel menubar and this as soon as excel is launched whatever
can be the workbook you open... If this is the reason what should I do? Can
I trap the excel closing in my xla application in such a way the added menus
are removed before closing?

On the other hand, depending on the PC we realize the test, some machine add
30k to this file at each Exel closing, some other not!!!

Thanks for your Help
Alain79
 
C

Charles Williams

Hi Alain,

The XLA needs to programmatically delete and then add the menu lists when
the xla is opened (Workbook_Open event of the xla) and programmatically
delete the menu lists when the xla is closed (workbook_BeforeClose event of
the xla).

Charles
______________________
Decision Models
FastExcel 2.2 Beta now available
www.DecisionModels.com
 

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

Top