+ Reply to Thread
Results 1 to 4 of 4

vba split data as per column unique values and move to exact workbook into sht(opencall)

  1. #1
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    vba split data as per column unique values and move to exact workbook into sht(opencall)

    Dear Vba Experts

    I am need of vba code to copy data from master workbook sheet to particular named workbook sheet, based on unique values

    i have list of partner name repeat multiple times in master file and i kept 57 partner named workbook in the sheet of opencall in path location,
    ("D:\Documents and Settings\Administrator\Desktop\xxx\all 57 files")

    if i click the macro need to split data Ageis Infoware partner based on unique values with range a:d move to Aegisinfoware file (sheet is "Opencall") there need to be stored automatically

    find the attachment first is master and 2 files stored in path location ....two file result after task completion
    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: vba split data as per column unique values and move to exact workbook into sht(opencal

    This has been used by 100s of people to accomplish this very common task.


    'SHEET1 TO MANY WORKBOOKS
    Here's a macro for parsing rows of data from one sheet to many workbooks based on one column, workbooks named for the same values in that column.My macro names the workbooks for values in the column PLUS today's date, you can take a stab at removing the date part...or leave it in, it's a good technique.
    Last edited by JBeaucaire; 12-27-2019 at 04:04 AM.
    _________________
    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
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    Re: vba split data as per column unique values and move to exact workbook into sht(opencal

    Sir Its works sufficient to my expectation... I want save all worksheet as Rawdata... with the same code can u help me sir?

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

    Re: vba split data as per column unique values and move to exact workbook into sht(opencal

    It does what you described. I'm not familiar with your use of the term "rawdata".

+ 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] VBA to data Split from column values as new workbook save into folder with dashboard sheet
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 01-08-2014, 02:03 AM
  2. VBA to split column values as new workbook along with hidding sheets
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-16-2013, 08:16 AM
  3. [SOLVED] Split and send data per unique value in a column
    By Tino XXL in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-11-2013, 04:32 AM
  4. Split Data Unique Value From 2 Sheet of A column and Move to 2 Sheet with Splited Values
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-21-2013, 04:21 AM
  5. Split Rows For Unique Values In A Column To Different Workbooks
    By ashishmac in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-22-2013, 02:45 PM

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