+ Reply to Thread
Results 1 to 3 of 3

Faster paste values shortcut than alt+ESV

  1. #1
    Registered User
    Join Date
    12-12-2012
    Location
    Exceland
    MS-Off Ver
    Excel 2010
    Posts
    24

    Question Faster paste values shortcut than alt+ESV

    For some reason half the time the alt+ESV doesn't register for me, maybe my computer is slow. Plus it's 4 separate keystrokes--hardly a "short"cut. I'm looking for a faster way to paste values only, as I do this all the time.

    I tried adding paste to the quick access bar but it still requires picking out values only specifically. I tried using a macro:

    Sub PasteSpecial_Values()
    On Error Resume Next
    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
    :=False, Transpose:=False
    On Error GoTo 0
    End Sub

    However this macro wipes the undo feature, meaning if I accidentally paste the wrong thing, I cannot undo the damage. I'd like to retain the undo ability.

    Anyone with a better idea?

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,912

    Re: Faster paste values shortcut than alt+ESV

    I tried adding paste to the quick access bar but it still requires picking out values only specifically.
    A quick check of the available "paste" commands that can be added to the quick access bar (at least in Excel 2007), there are about 10 possible "paste" options to add (including a "paste values" command). Which of these did you add to the quick access toolbar? Did you use the basic "paste" command that shows up in the "popular" category? Or did you navigate to the "all commands" or "home group" commands category and use one of the other "paste" commands? My first thought is that you simply need to dig deeper into the available commands that can be added to the quick access toolbar until you find the "paste values" command.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    12-12-2012
    Location
    Exceland
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Faster paste values shortcut than alt+ESV

    Ah, that's it. Thanks for the solution!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Paste Values Keyboard Shortcut Key Combo???
    By Bradley Bland in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-26-2014, 08:30 AM
  2. Keyboard shortcut for "copy paste special values?"
    By Star AJ in forum Excel General
    Replies: 4
    Last Post: 03-19-2014, 06:34 AM
  3. Need faster paste special values
    By HerryMarkowitz in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-07-2013, 12:02 AM
  4. Faster Way to Copy and Paste Values
    By mpjennings25 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-08-2013, 11:10 AM
  5. [SOLVED] Know of a shortcut for Paste Special Values?
    By Nanne in forum Excel General
    Replies: 1
    Last Post: 03-04-2005, 10:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1