+ Reply to Thread
Results 1 to 3 of 3

Splitting data into separate worksheets

Hybrid View

  1. #1
    Registered User
    Join Date
    06-22-2012
    Location
    Toronto, CANADA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Splitting data into separate worksheets

    Hello,

    I have a classic problem that I have found addressed a few times before in different threads here, but always for a slightly different version than the data I am working with. I receive a regular feed of data and need to sort by 'Sector' (first column), then split out into individual worksheets via a MACRO - while retaining the sheet with total data.

    The complete dataset contains several other columns that I have omitted for confidentiality reasons, so any Macro would need to be versatile enough to traverse my entire sheet and include all active columns. The average feed size per day is 10-15k rows and does not come pre-sorted.

    I have included a sample set of my data. Any help would be greatly appreciated!!

    Thanks,

    Dan
    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,167

    Re: Splitting data into separate worksheets

    You need to explain some more - for e.g. -

    1. On what basis should the data be sorted? In other words - based on which column?

    2. If you have already run the macro once and the data has been split between the sheets, and you run the macro again, do you want the data from the sheets to be cleared and fresh data input? Or should the data be appended at the base of the existing data?
    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
    06-22-2012
    Location
    Toronto, CANADA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Splitting data into separate worksheets

    Thanks very much for the quick reply, but with some more diligent searching I found a workable solution. Jerry Beaucaire posted a great generic MACRO that was easy to tweak to fit my dataset:

    https://sites.google.com/a/madrocket...eet1-to-sheets

    Much appreciated!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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