Closed Thread
Results 1 to 3 of 3

pastespecial

  1. #1
    Registered User
    Join Date
    09-14-2012
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    68

    pastespecial

    Hello,

    As per below macro I can easily use pastespeacial command. But sometime I paste wrongly and want to back (ctrl+z) to see old screen and then copy to the correct range. But below macro doesn't allow to go back (when I use ctrl+z it doesn't go back). Could you please help me when I press ctrl+z then I can see the previous screen?


    Please Login or Register  to view this content.
    Sub paste()
    ActiveCell.Select
    Selection.PasteSpecial paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
    False, Transpose:=False
    Application.CutCopyMode = False
    End Sub
    Please Login or Register  to view this content.
    Thanks in advance

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: pastespecial

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code.

    Posting code between [CODE]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/CODE] tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

    Highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here



    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: pastespecial

    Also.........

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. PasteSpecial in VBA
    By RBI in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-01-2008, 02:38 PM
  2. PasteSpecial Help
    By jgupte in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-20-2008, 10:32 PM
  3. Help with PasteSpecial
    By staeri@gmail.com in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-09-2006, 06:40 AM
  4. [SOLVED] PasteSpecial
    By John Austin in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-14-2005, 11:35 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