A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Try these fixes in order on Excel for Windows:
- Turn the Paste Options button back on
- Go to File > Options > Advanced.
- Under Cut, copy, and paste, make sure Show Paste Options button when content is pasted is checked.
- This restores the Paste Options button that appears after pasting.
- Open Paste Special directly
- Go to Home > Paste > Paste Special.
- Or press Ctrl+Alt+V.
- If some choices are still grayed out, that can depend on the type of content copied and the paste option selected.
- Check whether Excel events are clearing the clipboard
- If a
Worksheet_SelectionChangeevent is being used, it can clear the clipboard and disable Paste Special. - In that case, set
Application.EnableEventstoFalse.
- If a
- Test for browser interference
- Close all open web browser instances.
- Then try Paste Special again.
- Browser conflicts can prevent Paste Special from working.
- Test Excel in Safe Mode to rule out add-ins
- Find the Excel shortcut.
- Press and hold CTRL, then double-click Excel.
- Click Yes to start in Safe Mode.
- If Paste Special works there, an add-in is likely causing the problem.
- Re-enable add-ins one at a time until the conflicting one is found, then leave it disabled or uninstall it.
- Make sure both workbooks are in the same Excel instance
- If copying between two separate Excel instances, Excel may show the Windows Paste Special dialog instead of the Excel one.
- Open both workbooks in the same Excel instance and try again.
- If normal paste is failing silently, use the current workaround
- Go to Home > Paste > Paste Special.
- Try Formula, Formula and number formats, Values, Values and number formats, or Paste Link.
Common Paste Special options available when working normally include All, Formulas, Values, Formats, Comments and Notes, Validation, Column widths, Formulas and number formats, and Values and number formats.