File too big - Causes excel to not respond for several minutes.

DPChristman

Board Regular
Joined
Sep 4, 2012
Messages
177
Office Version
  1. 365
Platform
  1. Windows
I know I have posted this before, but I can't find the solution.

I am working with a pretty big spreadsheet (25 columns by 1,241). Not massive, but still...

The problem is when ever I try to make changes and save, the screen freezes. The spreadsheet weighs in at about 9 MB!

Doing a <ctrl> + end, the end point is AA18362 (well beyond the last filled or blank cell).

I have tried deleting the extra rows and columns, using clear content, etc. (all the usual steps), with no luck.

Any suggestions?

Thanks in advance
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Assuming you've tried 'Clear All' on rows 1242-18362? and tried deleting those rows as well?

Regardless I found this on another site...it is stated that this resets the used range, although I haven't tested it. Run this code and see if it makes a difference.

VBA Code:
Sub ResetUsedRange()
  ActiveSheet.UsedRange
End Sub
 
Upvote 0

Forum statistics

Threads
1,222,903
Messages
6,168,939
Members
452,227
Latest member
sam1121

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