We could not copy the content to the Clipboard, it is in use by another application. You can still paste your content within this workbook but it will not be available in other applications.

Anonymous
2022-05-18T13:29:01+00:00

Win 10 version 21H2 Build 19044.1706

Excel 2016 Version 2204 Build 15128.20224

This problem occurs randomly and with only a few cells being copied. The spreadsheet locks up and the only way out is Save>Close and open the book again. Sometimes that doesn't work and I have to close Excel completely.

Sometimes the top ribbon completely greys out and I can't do anything.

This is becoming a significant problem.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

111 answers

Sort by: Most helpful
  1. Anonymous
    2022-12-08T14:54:21+00:00

    Due to features change often I often run a file that I copied from a helpful note.

    I created a batch file and run it in administrator mode. It replaces corrupt or broken files.

    I have had no problems with this code.

    However, provide for recovery, if needed. This is "as is".

    Perhaps try one command at a time.

    aja.bat

    @echo off
    date /t & time /t
    echo Dism /Online /Cleanup-Image /StartComponentCleanup
    Dism /Online /Cleanup-Image /StartComponentCleanup
    echo ...
    date /t & time /t
    echo Dism /Online /Cleanup-Image /RestoreHealth
    Dism /Online /Cleanup-Image /RestoreHealth
    echo ...
    date /t & time /t
    echo SFC /scannow
    SFC /scannow
    date /t & time /t
    pause

    ======

    (end of batch file)

    Platform

    Device name xxxxxxxx
    Processor 11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz 2.50 GHz
    Installed RAM 16.0 GB (15.6 GB usable)
    System type 64-bit operating system, x64-based processor

    Edition Windows 10 Pro
    Version 22H2
    Installed on ‎1/‎3/‎2022
    OS build 19045.2251
    Experience Windows Feature Experience Pack 120.2212.4180.0

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-12-07T17:13:47+00:00

    From what I can tell the excel clipboard function does not mitigate well with the Windows OS clipboard and CPU. Good luck on trying a dependable, online workaround for Office 365 Excel (it seems every MS coding and/or feature "improvement" is an overall digital ecosystem detriment ... I guess it keeps their programmers employed).

    WORKAROUND: I sometimes have to open the Task Manager to determine what apps are using a lot of the CPU and close that. In conjuction with that I often try to clear the the Excel Clipboard function located on the left of the ribbon and expanding it with the lower right down arrow then clicking the Clear All button to remove all the copy/paste conditions that are listed.

    It may help to automate the Windows Clipboard cmd with the Clear Clipboard command icon. See: How To Create Clear Clipboard Shortcut In Windows 10 - YouTube

    Also clear your RAM which can be done conveniently with the freeware/shareware Advance SystemCare RAM monitor/clearing function. While in the Task Manager, you can also remove unecessary apps from the Windows startup by going to Task Manager-> Startup list. Sometimes these lingering unecessary apps may interfere with efficient memory activity.

    Not that these solves the problem --- it is just that --- a possible workaround.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-11-16T01:16:51+00:00

    Thank you KA, this solution worked for me! I was struggling from past 2 days so much appreciated

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-11-11T16:10:05+00:00

    The problem, for the most part, has stopped. Not sure what could have fixed it. I do ocassionally get a different warning where it suggest I have a copy function selected already and pending. It then prevents me from selecting cells. I have found that saving the Excel document and restarting reset its normal function.

    As for enabling Live Preview, here is a link with the procedure:

    How to Enable Live Preview - ExcelNotes

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2022-10-09T16:40:49+00:00

    Sure, that's working for me, under my architecture.

    Was this answer helpful?

    0 comments No comments