Results 1 to 7 of 7

Copy columns to last row and paste in new sheet

Threaded View

  1. #1
    Forum Contributor
    Join Date
    10-04-2010
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    469

    Copy columns to last row and paste in new sheet

    hi all,

    having some trouble with below code.

    Trying to copy ranges B:G & I:T (exclude column H) to last row and paste to new sheet.

    The code works but when it paste's it includes column H data?

    Dim LastRow As Long
    LastRow = Sheets("Data").Range("B" & Rows.Count).End(xlUp).Row
    
    Sheets("Data").Range("B10:G" & LastRow, "J10:T" & LastRow).Copy
    Sheets("Load").Range("B10:S" & LastRow).PasteSpecial xlPasteValues
    Last edited by Gti182; 09-18-2014 at 03:59 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Help me copy & Paste columns from one sheet to another
    By gm2612 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-27-2013, 07:19 AM
  2. [SOLVED] Copy / Paste Different Columns from One Sheet to Another
    By ccowman in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-16-2013, 06:02 PM
  3. [SOLVED] Search Copy and Paste two columns in different sheet
    By mahtabshaikh in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-01-2012, 01:26 PM
  4. Replies: 2
    Last Post: 02-22-2011, 02:07 AM
  5. Macro to copy certain columns and paste in new sheet
    By Zyphon in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-10-2009, 04:49 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