+ Reply to Thread
Results 1 to 7 of 7

summarise data from mulitple workbooks

  1. #1
    Registered User
    Join Date
    02-08-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    4

    summarise data from mulitple workbooks

    Hi

    I am completely new to working with visual basic and have tried to create some code but with very little success. I am trying to create a summary sheet which will collate data from multiple workbooks contained within the same file. The summary sheet needs to collate cells B42 to H63 (constant) of each worksheet - example attached.

    Any help would be greatly appreciated

    Regards

    stuart
    Attached Files Attached Files

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

    Re: summarise data from mulitple workbooks

    I am trying to create a summary sheet which will collate data from multiple workbooks contained within the same file.
    Do you mean multiple tabs of the same workbook or multiple workbooks in the same folder?

    Should the data be collated in a new workbook?
    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]

  3. #3
    Registered User
    Join Date
    02-08-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: summarise data from mulitple workbooks

    Hi

    Ideally multiple workbooks in the same folder collated into a new workbook. Basically each room will be a workbook with the equipment of each (cellsB42 to H63) summarised into a separate workbook.

    Cheers

    stuart

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

    Re: summarise data from mulitple workbooks

    Will the multiple workbooks have data in more than 1 sheet?

  5. #5
    Registered User
    Join Date
    02-08-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: summarise data from mulitple workbooks

    Hi Arlette

    All the workbooks will have just 1 sheet as the template to fill in. This is the sheet i attached originally.

    thanks

    stuart

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

    Re: summarise data from mulitple workbooks

    Use this code in a blank workbook. The data will be consolidated in this workbook. You can probably have a button that triggers this macro to run.
    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    02-08-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: summarise data from mulitple workbooks

    Thanks Arlette that works perfectly

+ 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