+ Reply to Thread
Results 1 to 3 of 3

Auto Insert data into 2 different tabs

  1. #1
    Registered User
    Join Date
    06-30-2010
    Location
    PA/US
    MS-Off Ver
    Excel 2003
    Posts
    1

    Auto Insert data into 2 different tabs

    I have to create a share spreadsheet with 15 tabs, each of mine 15 workers would work on a individual tab. They would basically enter data. I would like to have 1 more tab at the end which would be a copy of all tabs. Is that possible?

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,475

    Re: Auto Insert data into 2 different tabs

    This could only happen with VBA. If you want help with this, then you should submit a SMALL sample workbook. Showing what your original data would look like and what your desired result should be.

  3. #3
    Registered User
    Join Date
    05-11-2010
    Location
    Kennewick, Washington
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: Auto Insert data into 2 different tabs

    IF the information in each sheet is fixed and will not get wider than it is now you could write code like this.

    this is in Sheet16 A-Z

    =SHEET1!A1

    this is in Sheet16 AA-AZ

    =SHEET2!A1

    this is in Sheet16 BA-BZ

    =SHEET3!A1

    You could then copy-drag these throughout the desired range

+ 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