+ Reply to Thread
Results 1 to 3 of 3

VBA - copy data from one sheet to Specific Cells

  1. #1
    Registered User
    Join Date
    06-20-2012
    Location
    Clearwater, Florida
    MS-Off Ver
    Excel 2007
    Posts
    28

    VBA - copy data from one sheet to Specific Cells

    Is there a way to copy the contents of D in sheet 2 to C sheet 3 and B in sheet 2 to D sheet 3 ?
    What modifications need to be made to the follwing?

    Sheets("sheet2").Range("B1:B6000,D1:D6000").Copy Sheets("sheet3").Cells(Rows.Count, 3).End(xlUp).Offset(1, 0)

    NOTE: I am using a VLookup in sheet 3

    Thank you.

  2. #2
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: VBA - copy data from one sheet to Specific Cells

    D in sheet 2 to C sheet 3

    Please Login or Register  to view this content.
    B in sheet 2 to D sheet 3

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    06-20-2012
    Location
    Clearwater, Florida
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: VBA - copy data from one sheet to Specific Cells

    This works thank you for your help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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