I have spent several weeks trying to understand why a particular spreadsheet we have takes around 5 minutes to open.
Doubleclicking the excel file shows the normal Excel 2013 splash scren.
It immeditely shows it has opened at 100%
The familiar Excel splash screen will now whirl away from aproximetely 5 minutes before it actually is open
Once open, it will be nice and quick and completely useable.
Background of the spreadsheet:
The most obvious to me for the cause of the slowness is item 4 and 1, however after the testing outlined below this does not seem to be the cause.
What I have tried to do to troubleshoot it (using VBA)
This workbook still takes 5 minutes to open.
What I did notice is that if I deleted all the sheets but 1, then made a copy of that single remaining sheet, there was a very very slight refresh lag.
When I created a brand new sheet, and made a copy, I did not notice any lag whatsoever.
I believe there is something corrupted within the worksheet, and as it has been copied over hundreds of times it has made the issue worse over time, but finding it very difficult identifying what it is.
Fustratingly, I have another workbook that has similar content and number of worksheets but this one opens instantanously.
Comparing the two has not proven useful yet.
Anyone else know what could cause slow loading times?
Is there any tools to help diagnose this?
I have opened the file in 7Zip and noticed there are 500 'PrinterSettings'.bin files. perhaps this could be a reason, but don't know how to delete these.
I have opened the file in Open XML SDK productivity tool, again looking at this has not helped and the sheer number of XML nodes makes it almost impossible to troubleshoot.
Thanks
Doubleclicking the excel file shows the normal Excel 2013 splash scren.
It immeditely shows it has opened at 100%
The familiar Excel splash screen will now whirl away from aproximetely 5 minutes before it actually is open
Once open, it will be nice and quick and completely useable.
Background of the spreadsheet:
- It has 190 worksheets inside
- It's full of shapes, charts and pictures
- It has lots of hyperlinks (to help navigate the spreadsheet)
- It does not use calculations, all information is either static or content from other excel files
The most obvious to me for the cause of the slowness is item 4 and 1, however after the testing outlined below this does not seem to be the cause.
What I have tried to do to troubleshoot it (using VBA)
- Broken every link
- Deleted every Shape, chart and picture from all worksheets
- Deleted all the hyperlinks
- Deleted all the text in each of the worksheets
This workbook still takes 5 minutes to open.
What I did notice is that if I deleted all the sheets but 1, then made a copy of that single remaining sheet, there was a very very slight refresh lag.
When I created a brand new sheet, and made a copy, I did not notice any lag whatsoever.
I believe there is something corrupted within the worksheet, and as it has been copied over hundreds of times it has made the issue worse over time, but finding it very difficult identifying what it is.
Fustratingly, I have another workbook that has similar content and number of worksheets but this one opens instantanously.
Comparing the two has not proven useful yet.
Anyone else know what could cause slow loading times?
Is there any tools to help diagnose this?
I have opened the file in 7Zip and noticed there are 500 'PrinterSettings'.bin files. perhaps this could be a reason, but don't know how to delete these.
I have opened the file in Open XML SDK productivity tool, again looking at this has not helped and the sheer number of XML nodes makes it almost impossible to troubleshoot.
Thanks