Results 1 to 3 of 3

consolidating multiple Sheets into a master tab

Threaded View

ctguards1987 consolidating multiple Sheets... 12-08-2014, 04:49 PM
xladept Re: consolidating multiple... 12-08-2014, 05:30 PM
ctguards1987 Re: consolidating multiple... 12-09-2014, 04:24 PM
  1. #2
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: consolidating multiple Sheets into a master tab

    Try this:

    Sub CTGuards(): Dim ws As Worksheet, wo As Worksheet, c As Long: c = 1
    Set wo = Sheets("Output"): For Each ws In Worksheets
                If ws.Name <> wo.Name Then
    wo.Cells(1, c).Resize(11, 4).Value = ws.Range("F14").Resize(11, 4).Value
    c = c + 5:  End If: Next: End Sub
    Last edited by xladept; 12-08-2014 at 07:22 PM.
    If I've helped you, please consider adding to my reputation - just click on the liitle star at the left.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(Pride has no aftertaste.)

    You can't do one thing. XLAdept

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~aka Orrin

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Consolidating multiple sheets in master tab and create summary sheet
    By Farida in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-14-2014, 02:41 PM
  2. VBA for a newbie help on consolidating sheets on 1 master sheet
    By gabz1989 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-25-2014, 09:13 PM
  3. [SOLVED] Consolidating text from multiple sheets into master - can you help?
    By CFWA in forum Excel Programming / VBA / Macros
    Replies: 29
    Last Post: 01-09-2014, 02:05 AM
  4. Consolidating data from certain sheets in a master summary sheet
    By RoyLittle0 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-09-2013, 04:41 AM
  5. Consolidating data on muliple sheets to master
    By Dylan&Hayden in forum Excel General
    Replies: 1
    Last Post: 07-16-2008, 11:10 PM

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