+ Reply to Thread
Results 1 to 4 of 4

Split data in a column into multiple columns in excel vba

  1. #1
    Registered User
    Join Date
    05-11-2012
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    37

    Question Split data in a column into multiple columns in excel vba

    Hi friends....
    I want to split the semicolumn separated data in a column which has been imported from .csv file into multiple columns. i.e the data in column M is clients;report;excel in .csv file and when exporting to excel it has to be split into 4columns that is also specified by the user like A,E,R.. so clients has to be placed in A report in E and Excel in R. Please help. i have been trying to solve this from 2weeks..
    The code which iam using is:
    Please Login or Register  to view this content.
    Last edited by arlu1201; 05-21-2012 at 07:26 AM. Reason: Please put code tags in future.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Split data in a column into multiple columns in excel vba

    It will be good if you attach a sample excel file, so we can find out whats wrong with your code.
    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
    05-11-2012
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Split data in a column into multiple columns in excel vba

    hi arlette,
    thank you for the response. im uploading an excel sheet. In that the column 'H' is my need.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    05-11-2012
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Split data in a column into multiple columns in excel vba

    the data in column A is ABC;XYZ;PQR
    i want this to be splitted in columns like this
    E F R
    ABC XYZ PQR
    Please solve my problem friends.......

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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