+ Reply to Thread
Results 1 to 3 of 3

separate data with column item

  1. #1
    Forum Contributor
    Join Date
    08-06-2014
    Location
    iran
    MS-Off Ver
    2016
    Posts
    110

    separate data with column item

    hi every one
    i have too long data record file and i have to separate them in to different excel sheets
    fore example data have to separate with location item (highlight yellow ( utm x utm y)) in to
    sheet 2 and 3 and .....
    please help with vba code . i know that i can filter or sort but it takes time to separate
    thank you
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: separate data with column item

    This is a macro published on my blog here. I've simply tweaked the 3 variables:

    vCol = 7
    Set ws = Sheets("Sheet1")
    vTitles = "A1:L1"


    Here's the full edited code:
    Please Login or Register  to view this content.
    I've installed into your workbook and added a button.
    Attached Files Attached Files
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Contributor
    Join Date
    08-06-2014
    Location
    iran
    MS-Off Ver
    2016
    Posts
    110

    Re: separate data with column item

    Thank you so much
    i am surprised of your solution
    well done

+ 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. Replies: 3
    Last Post: 05-29-2018, 01:20 PM
  2. Replies: 2
    Last Post: 12-14-2016, 12:20 AM
  3. [SOLVED] Copying cell data in one column when duplicate cells located in separate column
    By Excelcious in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-10-2015, 02:41 AM
  4. Evaluating rows column-by-column to separate comma-separated data
    By adventurepirate in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-30-2014, 03:06 PM
  5. A column with mixed item list needs to be sorted out in separate columns
    By vishal karmocha in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-27-2014, 06:21 PM
  6. Replies: 5
    Last Post: 05-17-2012, 10:51 PM
  7. How to separate particular item from list?
    By thalt in forum Excel General
    Replies: 1
    Last Post: 05-10-2012, 01:42 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