Special Pasting in a Single Click

Written by Allen Wyatt (last updated May 28, 2026)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365


In Excel 2007, Brooke notes that there is an icon to paste values that looks like a clipboard with the #12 on it. (She pastes pictures from Publisher.) In Excel 2019, to get the same results, Brooke needs to paste as Picture: Enhanced Metafile, which means two extra steps: she has to go to the Paste icon, then Paste Special, then select Enhanced Metafile. Brooke wonders if there is a way to create the Enhanced Metafile option in one click.

It can be infuriating when Microsoft makes changes in how things work in Excel. Even though the change might appear to be small or subtle, it can greatly affect how people work with the program. It seems that Brooke's issue is one such instance.

The best solution to this issue is to create a macro to do your pasting. The macro doesn't need to be complex or convoluted; it simply needs to paste whatever is in the Clipboard in the way you want it pasted. Here is an example:

Sub EnhancedMeta()
    ActiveSheet.PasteSpecial Format:="Picture (Enhanced Metafile)", _
      Link:=False, DisplayAsIcon:=False
End Sub

The macro attempts to paste the image into the current cell in the Enhanced Metafile format that Brooke desires. I say "attempts" because if such an image is not in the Clipboard, then the macro will fail with an error.

The macro can be assigned to a shortcut key or placed on the Quick Access Toolbar (or both), which would give Brooke the one-click action that she desires.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (7838) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, 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

Adding Line Numbers

Many types of documents, such as legal documents, require the use of line numbers to make it easier to identify specific ...

Discover More

Viewing Footnotes

Adding footnotes to a document is essential for some types of writing. How you view those footnotes depends on the ...

Discover More

Adjusting Cell Margins for More White Space

Is the information in your cells too jammed up? Here are some ways you can add some white space around that information ...

Discover More

Professional Development Guidance! Four world-class developers offer start-to-finish guidance for building powerful, robust, and secure applications with Excel. The authors show how to consistently make the right design decisions and make the most of Excel's powerful features. Check out Professional Excel Development today!

More ExcelTips (ribbon)

Three-Dimensional Transpositions

Excel makes it easy to transpose your data so that rows become columns and columns rows. It doesn't have a built-in ...

Discover More

Easily Adding Blank Rows

Want to add a bunch of blank rows to your data and have those rows interspersed among your existing rows? Here's a quick ...

Discover More

Entering Numbers in Excel

Enter information into a cell, and Excel needs to figure out what type of information it is. Here's how Excel interprets ...

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 seven minus 6?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


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.