Message about a Problem with the Clipboard

Written by Allen Wyatt (last updated July 27, 2024)
This tip applies to Excel 2013, 2016, 2019, 2021, and Excel in Microsoft 365


2

When Rod is working with Excel, he sometimes receives an error message stating "There's a problem with the clipboard, but you can still paste this content within this workbook." He wonders what causes this message and how he can get rid of it.

This is an odd little error message that, it seems, doesn't have a lot of purpose in Excel. As noted in the error message, if you can still paste the contents of the Clipboard, then the message is nothing but purely informational (as it doesn't really impede Excel). Even though it seems informational, it still slows down the use of Excel.

The message is apparently caused if you try to use Ctrl+C, Ctrl+X, the Format Painter tool, or a drag-and-drop operation and Excel detects that the Clipboard is locked by a non-Office application or, in some cases, simply accessed a non-Office application. You can find through a search of the Web that this problem has affected many users. (I did a search for "there's a problem with the clipboard, but you can still paste"—with the quote marks—and found lots of discussion about the issue.)

It also appears that this problem has been around for quite some time and that Microsoft has been playing whack-a-mole trying to track it down and fix it. Different reports indicate that it first cropped up in Excel 2013, but most experienced it beginning with Excel 2016. A potential fix that has worked for some people is to follow these steps:

  1. Display the File Tab of the ribbon.
  2. Click the Options button at the left side of the screen. Excel displays the Excel Options dialog box.
  3. Make sure that General is selected at the left side of the dialog box. (See Figure 1.)
  4. Figure 1. The Excel Options dialog box.

  5. Clear the Enable Live Preview check box.
  6. Click on OK.
  7. Restart Excel.

If you experience the error and the above steps don't fix it, we may need to be content to know that Microsoft is aware of the problem and is trying to get it fixed. (I know that knowledge doesn't provide a whole lot of contentment to those experiencing the problem; it can be very frustrating.)

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (10691) applies to Microsoft Excel 2013, 2016, 2019, 2021, and Excel in Microsoft 365.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Setting a Default Table Border Width

When you insert a table into your document, it uses a standard-weight line around each cell in the table. If you want to ...

Discover More

Saving a Workbook with a Preview

When you save your workbooks, Excel can also save a preview image (thumbnail) that can be displayed in the Open dialog ...

Discover More

Jumping to the Last Possible Cell

It can be frustrating if you try to jump to the last cell in a worksheet, only to find out that you are taken to some ...

Discover More

Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!

More ExcelTips (ribbon)

Closing Excel when Closing the Last Workbook

Have you noticed that when you close the last workbook in Excel, the program window itself often stays open? This ...

Discover More

Displaying a Count of Zeros on the Status Bar

Excel allows you to display the results of several common worksheet functions on the status bar. The available functions ...

Discover More

Clearing Large Clipboard Entries

Need to clear out a large amount of information saved on the Clipboard? All you need to do is to replace it with a small ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is eight minus 8?

2024-11-08 04:45:39

CescoAiel

It's already disabled though... But I still get those clipboard errors!


2024-07-27 10:09:03

J. Woolley

My Excel Toolbox includes the ToggleLivePreview macro to enable or disable the live preview feature. Here is an abbreviated version:

Sub ToggleLivePreview()
    Application.EnableLivePreview = (Not Application.EnableLivePreview)
End Sub

See https://sites.google.com/view/MyExcelToolbox/


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.