View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Simon Ren Simon Ren is offline
external usenet poster
 
Posts: 3
Default Excel is very slow to load/save the spreadsheet

I developed some VBA code in an Excel spreadsheet. I found
that Excel becomes slower and slower to load and save the
spreadsheet. The CPU usage runs at 100% for a couple of
minutes before the spreadsheet is opened.

The problem does not seem to be the spread sheet itself.
The same spreadsheet can be opened in another machine in
normal speed.

The slowness seems to build up during my development. The
spreadsheet crashed several times during the develeopment.
I suspect the crash somehow affect the Excel
instanllation. Any one have any idea what could cause this?