we are facing issue in excel 2026, 2019 and 2021 copy 7 paste issue

Saddiq Basha 25 Reputation points
2026-09-10T05:53:12.65+00:00

we are facing issue in excel 2026, 2019 and 2021 copy 7 paste issue how to resolve

Microsoft 365 and Office | Excel | For business | Windows

9 answers

Sort by: Newest
  1. EmilyS_726 29,200 Reputation points Volunteer Moderator
    2026-09-18T16:47:06.1233333+00:00

    Just to follow up -

    Microsoft has released a corrective update.

    For Excel 2016, KB5002665, released September 16, 2026, specifically fixes the known KB5002914 issue that caused certain paste operations to fail silently.

    https://support.microsoft.com/en-us/servicing/office/hotfix/excel/5002665

    One caveat: Microsoft says paste operations may still fail in workbooks containing conditional formatting. So this is a confirmed fix for the original issue, but not yet a complete resolution of every paste failure scenario.

    Was this answer helpful?

    0 comments No comments

  2. Fernando Cardinale 0 Reputation points
    2026-09-14T15:31:31.15+00:00

    I’m experiencing the same issues described here. I recreated one of the affected worksheets from scratch, copying and pasting at every step, and the problem started occurring after applying conditional formatting to a cell.

    Was this answer helpful?

    0 comments No comments

  3. Richard Wells 0 Reputation points
    2026-09-12T21:21:11.49+00:00

    Workaround solution:

    Discovered this bug on my Windows 11 Desktop running Microsoft Office LTSC Professional Plus 2021 this morning. After playing around with Excel Copy and Paste, I can confirm that:

    • Generic pasting within a cell works (Ctrl + C to copy and Ctrl + V)
    • Explicit numeric pasting ALSO works (Ctrl + Alt + V, then press V and hit Enter)
    • Explicit formula pasting ALSO works (Ctrl + Alt + V, press F for formulas, and hit Enter)

    Not an ideal solution, but works for what I need to do in Excel until they get it fixed.

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments

  4. Franco gobb 10 Reputation points
    2026-09-12T11:10:21.0133333+00:00

    In my case I had to do separate commands

    cd "C:\Program Files\Common Files\Microsoft Shared\ClickToRun"

    then run

    ./OfficeC2RClient.exe /update user updatetoversion=16.0.10417.20197

    Looks like it's ok now

    Thanks

    Was this answer helpful?

    0 comments No comments

  5. EmilyS_726 29,200 Reputation points Volunteer Moderator
    2026-09-12T04:29:08.4966667+00:00

    This is a known issue due to a recent update. See article https://support.microsoft.com/en-us/servicing/office/hotfix/excel/5002914

    For now, two options as workaround.

    Please type cmd in the search on the taskbar. Don't press enter key yet. Instead, choose "run as administrator" to launch Command Prompt.

    Then run this command (for Office 2016)

    "C:\Program Files\Common Files\Microsoft Shared\OFFICE16\Oarpmany.exe" /removereleaseinpatch "{90160000-0012-0000-1000-0000000FF1CE}" "{27882596-A8ED-4382-9C71-6CD2DD19F732}" "1033" "0"
    

    For 2019

    "C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe" /update user updatetoversion=16.0.10417.20197
    

    For 2021

    "C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe" /update user updatetoversion=16.0.20326.20132
    

    The command is to remove the latest update, which is causing this issue.

    Or

    Use Ctrl+X (cut), then use Ctrl+Z to re-add the data, then use Ctrl+V after that. this can be a workaround.

    Was this answer helpful?

    30+ people found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.