Copy>PasteSpecial>Values Takes Forever!

Dazzawm

Well-known Member
Joined
Jan 24, 2011
Messages
3,786
Office Version
  1. 365
Platform
  1. Windows
I have a file that has a lot of data 40 columns by 30000 rows and have some formatting in it. When I Copy>PasteSpecial>Values it takes forever almost to the point of freezing. What can I do to speed it up please. Is there a macro that will do it quicker?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
I have a file that has a lot of data 40 columns by 30000 rows and have some formatting in it. When I Copy>PasteSpecial>Values it takes forever almost to the point of freezing. What can I do to speed it up please. Is there a macro that will do it quicker?


get a better PC ? no but seriously I dont think so save maybe copy paste in sections rather than the whole data set at once.
 
Upvote 0
I have a file that has a lot of data 40 columns by 30000 rows and have some formatting in it. When I Copy>PasteSpecial>Values it takes forever almost to the point of freezing. What can I do to speed it up please. Is there a macro that will do it quicker?
Are you saying that you are copying and pasting 1.2 million cells in one go?
 
Upvote 0
check your help. i am using 2003 and its different
 
Upvote 0
In case you were still wondering, in excel 2007 you can disable calculations under:
Office button > Excel Options > Formulas. You can toggle Workbook Calculation at the top of the page to manual.
 
Upvote 0
but autocalculate is whats holding it up.

in vba it is
Code:
application.calculation=xlmanual

do stuff

application.calculation=xlautomatic
 
Upvote 0
@moonfish
thx. i'm still in the dark ages. lol
 
Upvote 0

Forum statistics

Threads
1,224,605
Messages
6,179,860
Members
452,948
Latest member
UsmanAli786

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