"Excel cannot complete this task with available resources..."

Dougmeister

New Member
Joined
Sep 23, 2010
Messages
42
"Choose less data or close other applications. Continue without Undo?"

Been Googling this error and have not yet found a solution.

It is a very simple workbook. I have one tab with raw data, and a 2nd tab that pulls data from the 1st tab and formats it. I also use sub-strings, "find", etc. as shown below:

=LEFT('(Tab1)'!A356,FIND(":",'(Tab1)'!A356))
or
=TRIM(RIGHT('(Tab1)'!A357,LEN('(Tab1)'!A357)-LEN(A357)))

I reset the workbook every month. I find that, as the # of rows increase, the problem occurs more frequently. If I save and close the workbook, I can copy and paste about 5 rows of the above formulas. It takes a few minutes for it to finish pasting (which is ridiculously slow). If I try for a second round of "copy and paste", it will almost always result in the error.

Am I missing something here?
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Hello Dougmeister,

Trying saving the files as an xlsb. This creates a binary file which removes a lot of the bloat created by the xlsx which is an XML file version. It will also run faster.
 
Upvote 0

Forum statistics

Threads
1,221,481
Messages
6,160,080
Members
451,616
Latest member
swgrinder

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