Copy / Paste speed problem in EXCEL (and WORD)

RichardWilliamson

New Member
Joined
Dec 31, 2007
Messages
5
Hi

I have problem with copy and paste in EXCEL. Copy takes 5 - 10 seconds (it doesn't matter what I'm copying - a cell, a range of cells, text from within a formula - they all take this time). Paste takes about 3 seconds. It doesn't matter whether I use an EXCEL 2007 spreadsheet or one saved using EXCEL 2003 compatibility mode.

I use VISTA. My PC has 2 Gb of memory and uses an AMD Athlon 64 x2 dual core processor running at 3.0 GHz.

The same seems to be true in WORD 2007. However copy and paste work fine in other products (Firefox, Internet Explorer, Windows Explorer).

This is causing me massive problems at the moment because I have a spreadsheet with a macros that uses a lot of copy / paste to convert formulae to values before sharing it with another user. I currently have to wait several hours for it to process - previously it took seconds.

It doesn't seem to be a resource problem because I can work fine with other software whilst EXCEL is copying and pasting.

Any help gratefully appreciated.
Richard
 

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.
Do you have Windows Defender running and does it make any difference if you try it with it turned off? Also do you have Office SP1?
Also, you don't generally need to use copy/paste for converting formulas to values, you can just use something like:
Code:
Range("A1:A100").Value = Range("A1:A100").Value
 
Upvote 0

Forum statistics

Threads
1,215,140
Messages
6,123,266
Members
449,093
Latest member
Vincent Khandagale

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