+ Reply to Thread
Results 1 to 19 of 19

copy-paste-selected-cell-range-another-sheet

Hybrid View

  1. #1
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,789

    Re: copy-paste-selected-cell-range-another-sheet

    Oopss.. little bit confused done the changes

    Sub test()
     
     'Turn off screen flashing for speed
    Application.ScreenUpdating = False
     
    With Worksheets("sheet1")
        Sheets("sheet2").Range("C14:K56").Value = .Range("A2:I45").Value
        Sheets("sheet2").Range("L14:L56").Value = .Range("L2:L45").Value
        Sheets("sheet2").Range("M14:M56").Value = .Range("M2:M45").Value
    End With
    
     'Resume screen updates
    Application.ScreenUpdating = True
    
    End Sub


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  2. #2
    Forum Contributor
    Join Date
    02-19-2013
    Location
    UK
    MS-Off Ver
    Excel 2019
    Posts
    677

    Re: copy-paste-selected-cell-range-another-sheet

    Hi,
    It worked like a magic.
    Well done
    Thanks my Guru
    Regards

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,789

    Re: copy-paste-selected-cell-range-another-sheet

    Glad it helps you and thanks for the feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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