+ Reply to Thread
Results 1 to 2 of 2

VBA Code to Separate Data from Columns into New Sheets

  1. #1
    Registered User
    Join Date
    07-21-2015
    Location
    Mississauga, Canada
    MS-Off Ver
    Microsoft 2010
    Posts
    1

    VBA Code to Separate Data from Columns into New Sheets

    Hi all,

    I' have been trying to create a script that will separate data into new sheets from a master list. Unfortunately, I am still quite new to macros and can't figure out how to do this.

    What I am looking to do separate the master data into new sheets based on data from different columns. The columns I would need the data separated by are K, L, M, N. Columns L, & N I would just need the data bucketed into "No" and all other unique numbers in another bucket.

    For example I would need the data separated into...

    EN, NO, 1, REPEAT
    EN, GST, 3, NO
    FR, NO, 2, NO
    etc. until all possible outcomes have been created in a new sheet.

    This is a very manual copy and pasting process, and it would be greatly appreciated if someone could help me out!
    Attached Images Attached Images
    Last edited by leafsfreak12; 07-21-2015 at 10:13 AM.

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,879

    Re: VBA Code to Separate Data from Columns into New Sheets

    An easy way to do it will be to use autofilter and copy filtered data into separate worksheets

    Try registering macro while doing first filterring (choose rather complicated case for this) and use recorded macro as a starting point.
    Best Regards,

    Kaper

+ 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] Macro needed to Concatenate data in 2 separate tables of 2 separate sheets
    By 823 in forum Excel Programming / VBA / Macros
    Replies: 22
    Last Post: 02-08-2015, 02:02 PM
  2. Replies: 3
    Last Post: 06-12-2012, 01:33 PM
  3. Replies: 4
    Last Post: 11-22-2010, 12:57 PM
  4. VBA code require to separate data in different sheets
    By irfan.rangrej in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-27-2010, 12:19 AM
  5. Matching two columns from separate sheets
    By Merik in forum Excel General
    Replies: 11
    Last Post: 10-14-2010, 09:25 AM
  6. Replies: 3
    Last Post: 08-12-2010, 03:45 PM
  7. running a piece of code in 4 separate sheets
    By tinkerbelle in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-03-2010, 05:15 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