Excel won't "uncopy" a copied cell after I copy something else

mikeshinobi

New Member
Joined
Apr 13, 2017
Messages
1
I know the title probably sounds weird, but I'm not sure how else to phrase it!

If I copy a cell in Excel, and then copy something else from a different application, if I try to paste in Excel it will paste the contents of the cell I copied previously instead of the thing I copied in the other application. Additionally, the cell I had copied previously is still highlighted with the "marching ants".

Normally if you copy something in a different application after having copied a cell in Excel, Excel will "uncopy" that cell ie. the cell will no longer be highlighted/have the marching ants. And thus, you're able to paste whatever you copied in the other application into Excel.

Here's a .gif I made to show what's happening. I only had 7 seconds, so I had to be quick!

https://i.gyazo.com/c5f87e5dc231e38f0ef30879a68dd0fb.mp4

I copy the cell containing "cats", and paste it into Notepad. Then I type asdf into Notepad and copy that, but as you'll see the cell remains highlighted, and when I try to paste into Excel, it just pastes "cats".

For some reason it only started doing this just today. It's been working just as it should for the past, well, forever. I don't know what could have happened that would be making it do this!
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
I know the title probably sounds weird, but I'm not sure how else to phrase it!

If I copy a cell in Excel, and then copy something else from a different application, if I try to paste in Excel it will paste the contents of the cell I copied previously instead of the thing I copied in the other application. Additionally, the cell I had copied previously is still highlighted with the "marching ants".

Normally if you copy something in a different application after having copied a cell in Excel, Excel will "uncopy" that cell ie. the cell will no longer be highlighted/have the marching ants. And thus, you're able to paste whatever you copied in the other application into Excel.

Here's a .gif I made to show what's happening. I only had 7 seconds, so I had to be quick!

https://i.gyazo.com/c5f87e5dc231e38f0ef30879a68dd0fb.mp4

I copy the cell containing "cats", and paste it into Notepad. Then I type asdf into Notepad and copy that, but as you'll see the cell remains highlighted, and when I try to paste into Excel, it just pastes "cats".

For some reason it only started doing this just today. It's been working just as it should for the past, well, forever. I don't know what could have happened that would be making it do this!

Let's clear your clipboard

open a blank Excel session, press Alt+F11, insert, module, paste the following into the big blank white area.
Code:
sub clearit
Application.CutCopyMode = False
msgbox "Presto!"
end sub
then click the RUN and run it. If all goes well, the issue should be gone,
 
Last edited:
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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