+ Reply to Thread
Results 1 to 4 of 4

VBA to create a list from multiple sheets

  1. #1
    Registered User
    Join Date
    03-02-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    14

    VBA to create a list from multiple sheets

    I have a workbook that will always have a different number of worksheets. Each sheet will have a different part number (always in the same cell O100) and a different quantity (always in the same cell E21). I want to create a macro that will create a new sheet and make a column that will compile the part numbers and quantities from each sheet. I honestly, don't even know where to start. i know this is possible. Any help you can give would be appreciated.

    Thanks,
    Jeremy

  2. #2
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,517

    Re: VBA to create a list from multiple sheets

    Try something like
    Please Login or Register  to view this content.
    Last edited by jindon; 04-24-2012 at 05:17 PM. Reason: Missed "="

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: VBA to create a list from multiple sheets

    Hi Jeremy,

    Hopefully this macro does what you're looking for. It creates a new worksheet called Summary and puts the data there from each worksheet's cells O100 and E21. You can put it into a standard module.
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    03-02-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: VBA to create a list from multiple sheets

    Thank you so much Paul. That worked perfectly.
    Last edited by Jerums; 05-01-2012 at 09:45 AM.

+ 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