Error Generated when Trying to Copy a Worksheet

Written by Allen Wyatt (last updated March 3, 2025)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and 2021


1

When Edward right-clicks on the intersection point between the row headers and the column headers, Excel selects the entirety of all the columns and rows and displays a Context menu. If he chooses Copy from the Context menu, Edward gets an error message that "Excel cannot complete this task with available resources. Choose less data or close other applications." This problem comes up even if he tries this on a blank worksheet. Edward can copy individual columns or rows, but not the entirety of them. He wonders what is causing this problem, even on blank worksheets.

The cause of the problem is that Excel, when copying cells, needs to store information about those cells to the Clipboard. This occurs even in the case of cells that are blank. When you select all the cells in workbook and then choose to copy them, you are copying information on over 17 billion cells to the Clipboard—16,384 columns multiplied by 1,048,576 rows. That's a lot of data, even for blank cells! Unless your system has lots and lots of memory available, this method of copying just won't work.

If your objective is to copy an entire worksheet, there is a much simpler way to do it. Just right-click on the worksheet's tab and choose Move or Copy. Excel displays a dialog box that allows you to specify how you want to make the copy, including the ability to copy the worksheet to a new workbook. The benefit to this approach is that Excel treats the worksheet as a whole, single unit rather than dealing with over 17 billion individual units (cells). It also does the copy without utilizing the Clipboard, which means it is less reliant on memory available in your system.

If you do want to copy cells, then the best way to that is to select cell A1 and then press Shift+Ctrl+End. This selects all the cells currently being used in the workbook. Provided you have enough memory in your system, you should be able to copy those (Ctrl+C) and paste them where you would like.

Finally, there is one other consideration to keep in mind—there are limits to what you can do with the memory in your system. Even if your system has a boatload of memory, what you are able to do in Excel will depend on the demands placed on that memory by other programs you may have running on the system. In other words, if you have a lot of programs running on your system, it will limit your ability to perform memory-intensive tasks within Excel.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (13856) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and 2021.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Removing Specific Fields

Word allows you to place all sorts of fields in your documents. If you want to search for only specific types of fields, ...

Discover More

Stepping through Sentences

Need to select an entire sentence at once? You can do so by creating a short macro that does the task for you, or you can ...

Discover More

Jumping to Tables

If your document contains quite a few tables, you may find it helpful to jump quickly from one table to another. There ...

Discover More

Excel Smarts for Beginners! Featuring the friendly and trusted For Dummies style, this popular guide shows beginners how to get up and running with Excel while also helping more experienced users get comfortable with the newest features. Check out Excel 2019 For Dummies today!

More ExcelTips (ribbon)

Understanding Auto-Population of Cells

Auto-population of your formulas can be a useful tool when you are adding data to your worksheets. It would be even more ...

Discover More

Selecting Formulas

Want to select only the formulas in your worksheet? It's easy to do using the Go To Special dialog box.

Discover More

Accepting Only a Single Digit

Want a quick way to enter a series of single digits into consecutive cells? The best approach is with a macro, and this ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is seven more than 2?

2025-03-03 07:32:42

jamies

Copying worksheets is almost certainly the way to go if the destination is the same workbook as the source..
Then, consider getting rid of links and formulas in the copy -
Copy, Paste Special Values,

There may be glitches where there are "named" formulas, validation, or ranges with the names pointing to the specific sheet
And even more where there are macro's or UDF's that reference a sheet -
especially by the "internal" name assigned within VBA, or the Excel creation id of a sheet

Re the too much data for the clipboard, there is also the annoyance where there is no "enhancement to the clipboard function, so you cannot select the previously copied data - and there is another process using the clipboard so the "default" data on the clipboard changes between the copy and paste into Excel -

Also - for niceness - if you copied a large amount of data and don't need that in the clipboard -
copy a single cell so that Excel and the clipboard both release the RAM used to hold the mass of copied data.

Also - as Excel seems to acquire RAM to process all the data in the rows of a worksheet, but for a limited number (block) of columns at a time
you are less likely to have memory limit problems copying large sheets of data a few columns at a time.

- And ..

if copying a block of rows or columns, Excel may not include the column width,or row height settings - especially autofit - as part of the generalised copy and paste process -
so to have those heights and width settings copied you may have to copy the rows or columns rather than just a block of cells .


Now - copying formulas -
a way to have formula references not changed -
change formulas to text by replacing all = characters with something like the string £$%^ or any string that is not found in the data cells to be copied
then after the paste - change them, in the source and pasted destination back to the = character.

For that on both the source and the pasted entries, and that should get the formulas etc. set to use the same (relative to the worksheet) cells as the source did.

If you want to replicate blocks of cells, having them point to cells with the same relative offsets from the pasted location,
move the source before the change of the = in the source so you can paste into the same cell address as the copied source.

Do remember to realign the source back to where it should be !

OK, there is the OFFSET() and the ADDRESS function as well as working in R1C1 mode with RANGE( CELL(row,column),CELL(row,column)) addressing using row numbers, and column numbers, or letters and - do remember ROW() and COLUMN() functions as well as

GETPIVOTDATA()
getting parts of an address from a formula MID(FORMULARTEXT( A1 or R1c1 mode,,),,)
SORT
TRIMRANGE
=ADDRESS(MAX(ROW(A1:D55)),MAX(COLUMN(A1:D55)),4)

AND THE VARIOUS RESULTS FROM A GOOGLE? SEARCH ON
Get the last non-empty cell in a column in Excel


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.