+ Reply to Thread
Results 1 to 6 of 6

Get Master Worksheet to Separate Data into Various Worksheets

  1. #1
    Registered User
    Join Date
    06-29-2012
    Location
    Edmonton, Alberta
    MS-Off Ver
    Excel 2007
    Posts
    41

    Get Master Worksheet to Separate Data into Various Worksheets

    Hello All,

    i have a worksheet that has information filled in columns A-N and rows 3-7262 (not including title and labels)

    i need a macros that will separate this data into multiple worksheets based on the word in Column A; these words could be HDA, CCR/NHT, GRU/ATU (essentially dividing this data up by area name, there will be 14 worksheets)


    i would also like to be able to update this master worksheet and have it be reflected in the multiple worksheets that are divided by their areas.

    thanks!
    Last edited by NewbieOfVBA; 06-17-2014 at 05:26 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    03-21-2013
    Location
    cyberia
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: Get Master Worksheet to Separate Data into Various Worksheets

    is this VBA of any interest to you?
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    06-29-2012
    Location
    Edmonton, Alberta
    MS-Off Ver
    Excel 2007
    Posts
    41

    Re: Get Master Worksheet to Separate Data into Various Worksheets

    EHT Library TEST.xlsm

    Thank you very much for your help but all it did was create a single worksheet with all the information copied over again.

    i have attached the workbook i am working with. so i need the information in the first tab "EHT Library" separated into the other worksheets based on the area in column a. it will also need to be updated automatically when i add or remove things from the first tab

    thanks!

  4. #4
    Valued Forum Contributor
    Join Date
    03-21-2013
    Location
    cyberia
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: Get Master Worksheet to Separate Data into Various Worksheets

    OK.
    That code was actually modified from one designed for a somewhat different purpose.
    It wasn't modified correctly to fit your situation in your attached file.

    So, if you'd like to try again, copy your sheet "My EHT Library" to a new workbook (for testing) and run the following code from a code module.
    Does it do anything like you want (apart from the automatic updating which may need to be looked at further)?
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    06-29-2012
    Location
    Edmonton, Alberta
    MS-Off Ver
    Excel 2007
    Posts
    41

    Re: Get Master Worksheet to Separate Data into Various Worksheets

    This works great but it creates new worksheets instead of putting them in the ones that are already there. i need the code to put the information in the already created tabs, not create new ones.

    thanks!

  6. #6
    Valued Forum Contributor
    Join Date
    03-21-2013
    Location
    cyberia
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: Get Master Worksheet to Separate Data into Various Worksheets

    That code names the new sheets after the various items (names?) in Column A.

    I had little else to go on. You know your problem. I don't.

    How to know which information should go into which already-named tab??

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Automatically paste $ data from 1 master worksheet to 100's of separate worksheets by name
    By Frasterist in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 04-17-2013, 01:28 PM
  2. separate the data from the 25 entries on the master to separate worksheets
    By nemo12 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-21-2012, 09:27 AM
  3. Populate Master Worksheet from 5 Separate Worksheets
    By MoSeriouS in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-29-2011, 10:46 AM
  4. Separate Data from Master Worksheet into Individual Worksheets
    By bhenderson in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-26-2011, 02:14 PM
  5. Replies: 3
    Last Post: 11-22-2010, 10:02 AM

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