+ Reply to Thread
Results 1 to 6 of 6

Autofill from multiple sheets

  1. #1
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Office 365 Version 2301 PC
    Posts
    28

    Autofill from multiple sheets

    I have a workbook with 200+ worksheets. i am wanting to pull data from each worksheet into a summery worksheet. I then want to be able to set up one row on the summery sheet that pulls the relevent data from the other sheets and autofull down. at the moment i have to manually edit each formula to link it to the "next" sheet and it drives me crazy.
    screenshot attached which should explain better
    Autofill.jpg

  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: Autofill from multiple sheets

    Why attach a jpg when you can upload a sample excel file?

    To Attach a File:

    1. Click on Go Advanced
    2. In the frame Attach Files you will see the button Manage Attachments
    3. Click the button.
    4. A new window will open titled Manage Attachments - Excel Forum.
    5. Click the Browse... button to locate your file for uploading.
    6. This will open a new window File Upload.
    7. Once you have located the file to upload click the Open button. This window will close.
    8. You are now back in the Manage Attachments - Excel Forum window.
    9. Click the Upload button and wait until the file has uploaded.
    10. Close the window and then click Submit.
    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
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Office 365 Version 2301 PC
    Posts
    28

    Re: Autofill from multiple sheets

    ok no Problem.
    sample file attached.
    Attached Files Attached Files

  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: Autofill from multiple sheets

    So you only want the summary figures to populate into the summary sheet?

  5. #5
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Office 365 Version 2301 PC
    Posts
    28

    Re: Autofill from multiple sheets

    Yer that's what I need and the ability to auto fill down on the summary sheet so the formula jumps to the next worksheets.

  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: Autofill from multiple sheets

    Try this code - It will give you the summary for each sheet in the file. When you re-run the macro, it will clear the summary and re-load. It will also insert rows before the total row incase there are not enough rows.

    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