When Paste Special is not working in Excel stops you mid-task, it feels like Excel is just refusing to cooperate. You copied the data, you know it’s in the clipboard, yet Paste is grayed out, Paste Special disappears, or Ctrl+Alt+V won’t bring up the dialog box.

This guide walks through the most common causes first (the quick wins), then the less common ones like protected sheets, add-ins, and VBA. Along the way, watch for the small clues Excel gives you, especially the little dotted border people call the marching ants. (Image suggestion: screenshot of right-click menu where Paste is grayed out.)

Paste Special not working in Excel: start with the quick checks

Excel worksheet showing a product and quantity table with cells selected and marching ants border indicating copied data.

Copy a cell range and look for the marching ants. That moving border is your sign the range is copied and ready to paste.

However, one easy mistake can make Paste Special seem broken: entering edit mode. The instant Excel thinks you’re editing a cell, it changes what you’re allowed to do with paste.

If Paste Special not working in Excel happens after you double-click

Alt text: Excel worksheet in edit mode showing a product and quantity table with a blank destination cell selected for pasting data.

When you double-click a destination cell, you’re officially in edit mode. A key sign is that the marching ants disappear. Then Ctrl+Alt+V won’t pop the Paste Special dialog, and right-click Paste options can vanish or turn gray. (Image suggestion: before and after screenshot showing marching ants present, then gone after double-click.)

Use this quick sequence to confirm and fix it:

  1. Step 1: Select the source data.
  2. Step 2: Press Ctrl+C and confirm you see marching ants.
  3. Step 3: Click the destination cell once (do not double-click).
  4. Step 4: Right-click and confirm Paste Special options appear, or press Ctrl+Alt+V.

If you already double-clicked:

  1. Step 1: Press Enter to exit edit mode.
  2. Step 2: Recopy the source range (Ctrl+C) so marching ants return.
  3. Step 3: Paste again using right-click Paste Special or Ctrl+Alt+V.

Fix Paste Values errors caused by merged cells

Microsoft Excel error dialog stating that all merged cells must be the same size when attempting to paste data.

Sometimes Paste Special works, but Excel blocks the result. A classic case is pasting into merged cells. You might try Paste Values and get a pop-up that says they’re merged cells, and they have to be the same size. Then you may even get another message that basically says the same thing.

That’s Excel telling you the paste area and the merged layout don’t match. (Image suggestion: screenshot of the merged cells error dialog.)

Unmerge, recopy, then paste values

To clear the merged-cell roadblock, unmerge first, then copy again:

  1. Step 1: Select the destination area with merged cells.
  2. Step 2: Unmerge the cells (use the Merge option and choose Unmerge).
  3. Step 3: Reselect your source data and press Ctrl+C (confirm marching ants).
  4. Step 4: Go to the destination and choose Paste Values.

After unmerging, Paste Values should work with no issues.

Protected sheets can still show Paste Special, then fail

Microsoft Excel message stating the cell or chart cannot be changed because the worksheet is protected and must be unprotected first.

A protected sheet can look confusing because you may still see Paste Special choices. Then, when you click OK, Excel throws an error because the sheet is protected. In other words, the menu appears, but the action is blocked. (Image suggestion: screenshot of the protection-related error dialog.)

If you need that paste to go through and you have permission, unprotect first, then try again. This also matters because Excel sometimes needs a fresh copy action after you change protection settings.

  1. Step 1: Unprotect the sheet.
  2. Step 2: Copy the source range again (Ctrl+C).
  3. Step 3: Press Ctrl+Alt+V, pick Values, then click OK.

Clipboard glitches: close Excel completely

If Paste Special is not working in Excel still makes no sense after the checks above, the issue might be Excel itself. Glitches happen, especially with large workbooks, crash recovery sessions, or a file left open for days. There’s also a Windows Clipboard Desync issue where Excel loses connectivity with the clipboard.

The fastest test is a full restart of Excel. (Image suggestion: screenshot of Task Manager with Excel selected.)

  1. Step 1: Save your work.
  2. Step 2: Close Excel completely.
  3. Step 3: Reopen the workbook and test Paste Special.

If Excel is stuck:

  1. Step 1: Open Task Manager.
  2. Step 2: End task for Excel.
  3. Step 3: Reopen Excel and test again.

Check COM add-ins that can interfere with paste

Excel COM Add-ins dialog showing available add-ins including Acrobat PDFMaker Office COM Addin selected.

Some add-ins work at the application level, not just inside one workbook. These are COM add-ins (component object models). They can affect every workbook you open and everything you do. Examples include PDF Maker, KooTools, and corporate ERPs.

To review them:

  1. Step 1: Go to File, then Options.
  2. Step 2: Choose Add-ins.
  3. Step 3: In Manage, select COM Add-ins, then click Go.

Anything checked is active and starts working as soon as Excel opens. If something looks suspicious, disable it first.

  1. Step 1: Uncheck the add-in to disable it.
  2. Step 2: Close Excel and reopen it.
  3. Step 3: Test Paste Special again.

Important warning: never, ever, ever use Remove here. Disable, don’t remove.

VBA can block pastes Ctrl+Alt+V

Microsoft Excel dialog stating that changes to Column B are blocked by VBA code.

If Paste Special is not working in Excel seems limited to certain sheets or shortcuts, VBA may be the reason. Two common patterns show up: worksheet events that block a column, and application-level code that reassigns Ctrl+Alt+V.

Worksheet code that strips what you pasted

Some code allows a paste, then throws a message and removes it. For example, pasting into column B might trigger a message that says Changes to column B are blocked by VBA, and then it strips what you pasted.

To confirm:

  1. Step 1: Copy a value.
  2. Step 2: Paste Special Values into the blocked column.
  3. Step 3: If the message appears and the value disappears, VBA is controlling it.

Ctrl+Alt+V overridden by VBA

Microsoft Excel message indicating the Paste Special shortcut has been overridden by VBA.

Another pattern uses an application on-key event to reassign Ctrl+Alt+V. Then, when you press it, Excel reports the shortcut has been overridden by VBA, and you must paste a different way.

If there’s a macro meant to disable that override, run it:

  1. Step 1: Go to the Developer tab.
  2. Step 2: Open Macros.
  3. Step 3: Run the macro that disables the override.
  4. Step 4: Copy data and test Ctrl+Alt+V again.

If you didn’t write the VBA, don’t guess. Get with the developer who did, and have them troubleshoot the code with you.

Quick shortcut reference

Here’s a quick reference you can use while testing Paste Special not working in Excel issues:

Here is the revised version aligned to troubleshooting:

This keeps it diagnostic and directly supports a Paste Special not working in Excel troubleshooting context.

ActionShortcutExpected Behavior (If Working Correctly)
CopyCtrl+CMarching ants appear around the copied range
Open Paste Special dialogCtrl+Alt+VPaste Special dialog opens (unless overridden by VBA or an add-in)
Exit edit modeEnterCell exits edit mode and marching ants return so Paste Special can be used

Conclusion

Paste Special not working in Excel usually comes down to a few repeat offenders: edit mode, merged cells, protected sheets, Excel glitches, COM add-ins, or VBA. Work from the simplest checks first, especially whether marching ants disappeared after a double-click. Once you find the cause, Paste Special becomes predictable again, instead of a daily surprise. If Paste Special not working in Excel is tied to macros you didn’t create, loop in the person who owns the VBA before changing anything.

Get Started with Microsoft 365

Be sure to subscribe to my YouTube Channel for more Microsoft Excel and Microsoft 365 Tutorials.

This page may contain affiliate links. These are tools I personally use and love. I may receive a small commission should you make a purchase using one of these links. This helps keep the tutorials and website posts coming and up to date. Thank you for your support! For more information please see my full disclaimer.

LEAVE A REPLY

Please enter your comment!
Please enter your name here
Captcha verification failed!
CAPTCHA user score failed. Please contact us!