+ Reply to Thread
Results 1 to 3 of 3

using code to copy same range from different tabs

Hybrid View

ammartino44 using code to copy same range... 08-14-2015, 06:57 PM
ammartino44 Re: using code to copy same... 08-14-2015, 06:58 PM
ammartino44 Re: using code to copy same... 08-17-2015, 04:03 PM
  1. #1
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    using code to copy same range from different tabs

    Copying based on sheet order. Hello. I would like to copy a range from the fourth sheet (in terms of order) to the second to last sheet.

    The range that I want to copy in each tab is BC6 to the last row. Then I want to take each of these ranges and copy paste values into the specified column. See below. So, column C below is the first column, so I want the range from that first tab to be copied into column C, and so on.


    In the last tab, I have this code to determine the space that I want to copy the range from the tabs into.

    Last_Col = ActiveSheet.Cells(5, Columns.Count).End(xlToLeft).Column
    Worksheets("Total").Range(Cells(6, "C"), Cells(275, Last_Col)).........

  2. #2
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    Re: using code to copy same range from different tabs

    It might be something fairly easy like looping through specified tabs, copying range into first specified column and then looping through column as you loop through range. That sort of makes sense but not sure how to write it.

  3. #3
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    Re: using code to copy same range from different tabs

    Hello? Anyone?

+ 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. Copy Tabs from different excel file by using code name of the tabs
    By varun.kalra1988 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-15-2014, 02:03 PM
  2. Copy paste a particular range of cells As values in multiple tabs
    By rshnkmr39 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-29-2013, 10:43 AM
  3. MAcro to copy paste a certain range of cells in multiple tabs as values
    By rshnkmr39 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-29-2013, 03:59 AM
  4. Excel macro to copy paste a particular range of cells as values in multiple tabs
    By rshnkmr39 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-28-2013, 03:06 PM
  5. VBA Code To Copy Two Tabs In A Worksheet and Save It In Another Book
    By FLani in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-21-2013, 01:54 AM
  6. [SOLVED] Select rows based on date range and copy to multiple tabs
    By B-Rell in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-01-2012, 09:27 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