+ Reply to Thread
Results 1 to 5 of 5

Automatic COPY and PAST entire Column to another sheet column

  1. #1
    Registered User
    Join Date
    06-24-2014
    Location
    Doha
    MS-Off Ver
    office 2007
    Posts
    3

    Automatic COPY and PAST entire Column to another sheet column

    Hi,

    Please kindly help to Automatically COPY and PAST entire Column to another sheet column.
    I have below code. but it is working only 1cell Eg: Sheet 1 Cell A1 only Copying to Sheet2 A1 but B1 not

    So I need entire colum copy past to anothe sheet . pLease help me.

    Sub ToOtherSheet()
    Dim Wb1 As Workbook, Wb2 As Workbook
    Dim Sh1 As Worksheet, Sh2 As Worksheet
    Dim Rng1 As Range, Rng2 As Range
    Set Wb1 = Workbooks("Test1.xls")
    Set Wb2 = Workbooks("Test1.xls")
    Set Sh1 = Wb1.Worksheets("Sheet1")
    Set Sh2 = Wb2.Worksheets("Sheet2")
    Set Rng1 = Sh1.Range("A1")
    Set Rng2 = Sh2.Range("A1")
    Rng2 = Rng1
    End Sub

    Thanks and Regards,
    Irfan

  2. #2
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Automatic COPY and PAST entire Column to another sheet column

    Please use code tags when posting. Maybe:

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    06-24-2014
    Location
    Doha
    MS-Off Ver
    office 2007
    Posts
    3

    Re: Automatic COPY and PAST entire Column to another sheet column

    Thanks for the reply

  4. #4
    Registered User
    Join Date
    06-24-2014
    Location
    Doha
    MS-Off Ver
    office 2007
    Posts
    3

    Re: Automatic COPY and PAST entire Column to another sheet column

    I used above code. it is working. But i need some columns like Sheet1 Columns "B" paste to Sheet2 Columns"D"

    Can you help me on this.

    Much help full if you could

    Thanks regards,
    Irfan

  5. #5
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Automatic COPY and PAST entire Column to another sheet column

    This will do that.

    Please Login or Register  to view this content.

+ 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. VBA Copy and past with in a Column of a sheet
    By _google in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-02-2013, 02:13 PM
  2. If Column U=Yes, copy entire row onto first blank row of new sheet
    By soldevi53 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-17-2012, 05:35 AM
  3. Replies: 1
    Last Post: 02-09-2012, 12:55 PM
  4. Copy entire row to a another sheet if a column value = X
    By jacoolero in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-20-2010, 02:28 AM
  5. Copy entire row to new sheet based on value in column
    By jsperl in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-12-2008, 08:26 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