+ Reply to Thread
Results 1 to 8 of 8

Creating a summary page from multiple worksheets

  1. #1
    Registered User
    Join Date
    05-24-2012
    Location
    Lansing, Michigan
    MS-Off Ver
    Excel 2010
    Posts
    5

    Creating a summary page from multiple worksheets

    I am try to update our inventory workbook to make it more user friendly. I am having a problem with my master list. I would like it to update it's information off of the individual worksheets. I can not figure out how to do that except to do a cell reference and that does not always work. I am attaching a smaller version of what I am working on.

    Abbyordertest.xlsx

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Creating a summary page from multiple worksheets

    Update what information?

    Do you want it to have a copy of every line item from all the other order tabs?

    How do you want the future state to behave and look? How is that different than the current state?

  3. #3
    Registered User
    Join Date
    05-24-2012
    Location
    Lansing, Michigan
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Creating a summary page from multiple worksheets

    If I change information in one of the other sheets such as a part number or quantity I need to order I would like it to update the change in the master list. I need everything that is in each row on the different worksheets to be on the master list. I will need to eventually sort the items by supplier to make it easier to place the orders. The format should stay as is I just need to transfer information.

  4. #4
    Registered User
    Join Date
    05-24-2012
    Location
    Lansing, Michigan
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Creating a summary page from multiple worksheets

    bump I need help please

  5. #5
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Creating a summary page from multiple worksheets

    So data from all the other tabs should go into the Master Order List? Even items from the Wesco Order List?

    To ensure that the report creation and updation does not get messy, i can provide you a macro that clears the contents of the master tab and populates with fresh data. If you click the button again, it will clear contents and populate again.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  6. #6
    Registered User
    Join Date
    05-24-2012
    Location
    Lansing, Michigan
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Creating a summary page from multiple worksheets

    I would need the data from the sheets before the master sheet (Ballast, Boxes, Breakers). There are more sheets than what I put on this one. Then from the master list they would be sorted to the supplier sheets from the supplier sheets the will get copied to the order sheet to be ordered.
    I hope this helps some.
    Abby

  7. #7
    Registered User
    Join Date
    05-24-2012
    Location
    Lansing, Michigan
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Creating a summary page from multiple worksheets

    Is this possible to do?

  8. #8
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Creating a summary page from multiple worksheets

    Try this code
    Please Login or Register  to view this content.
    Copy the Excel VBA code
    Select the workbook in which you want to store the Excel VBA code
    Hold the Alt key, and press the F11 key, to open the Visual Basic Editor
    Choose Insert | Module
    Where the cursor is flashing, choose Edit | Paste

    To run the Excel VBA code:
    Choose View | Macros
    Select a macro in the list, and click the Run button.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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