Small spreadsheet (< 1 mb) uses 4 Processors and runs very slowly

JRogersOU

New Member
Joined
Feb 10, 2017
Messages
6
Hey everyone.

I have a pretty simple spreadsheet downloaded from an Access database. It has 7 columns of data (small numbers or strings) and about 1000 rows. There are no special formulas, characters, characters, or conditional formatting. It is just numbers and/or text. The file size is 812 KB.

The issue is every time I make a single change to a cell it begins Calculating 4 Processors. What's worse is the code (I believe simple code) takes hours to run. The only thing the code does is sort the table by one column and copy some pertinent (condensed) information to another sheet. I've never seen a code that couldn't just crunch through this task at light speed.

I have no other macros associated with the spreadsheet. I am using Excel 2013 and this is a .xlsm worksheet. It is perhaps worth mentioning that the spreadsheet seems to bog down a bit even before I start putting code behind it.

Any help is appreciated. Thanks!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
There is obviously more to the spreadsheet than meets your eye. 7 columns with a 1000 rows of data should be 30-35 kb. You might want to check for phantom ranges. I would manually go to each sheet and click Ctrl + End, that will take you to where Excel thinks the last cell with data is.

Does the spreadsheet take longer to open than you would expect.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top