Using Macro

Sub createdata2()
    Dim Dst As Worksheet, Rng As Range
    Dim iCol As Integer, LRow(1 To 99) As Long

    Worksheets.Add after:=Sheets(Worksheets.Count)
    Set Dst = ActiveSheet

    On Error Resume Next
    For Each Rng In Sheet1.UsedRange
        If InStr(1, Rng, ":") > 0 Then
            Tmp = Split(Rng, ":")
            iCol = 0
            iCol = WorksheetFunction.Match(Tmp(0), Dst.Range("1:1"), 0)
            If iCol = 0 Then
                iCol = WorksheetFunction.CountA(Dst.Range("1:1")) + 1
                Dst.Cells(1, iCol) = Tmp(0)
            End If
            LRow(iCol) = LRow(iCol) + 1
            Dst.Cells(LRow(iCol) + 1, iCol) = Trim(Tmp(1))
        End If
    Next
    Dst.Activate
End Sub

Pada 07/09/2013 18:54, priti verma menulis:
Hi Anil ,
PFA


On Sat, Sep 7, 2013 at 4:58 AM, ashish koul <koul.ash...@gmail.com <mailto:koul.ash...@gmail.com>> wrote:

    try the attached file see if it helps



    On Sat, Sep 7, 2013 at 1:48 AM, Ricardo® <ricardo...@gmail.com
    <mailto:ricardo...@gmail.com>> wrote:

        hi pls. share example of formatting

        Bsl.


        2013/9/6 Anil Kumar <kumarmaury...@yahoo.com
        <mailto:kumarmaury...@yahoo.com>>

            Hi

            plz help me

            I have a set of data (about 3000 records) that are in the
            following format:
            Name: name1
            Address: address1
            City: city1

            Name: name2
            Address: address2
            City: city2

            I want the records to look like the following:
            Name Address City
            Name1 Address1 City1
            Name2 Address2 City2


            
============================================================================================================
            FORUM RULES

            1) Use concise, accurate thread titles. Poor thread
            titles, like Please Help, Urgent, Need Help, Formula
            Problem, Code Problem, and Need Advice will not get quick
            attention or may not be answered.
            2) Don't post a question in the thread of another member.
            3) Don't post questions regarding breaking or bypassing
            any security measure.
            4) Acknowledge the responses you receive, good or bad.
            5) Jobs posting is not allowed.
            6) Sharing copyrighted material and their links is not
            allowed.

            NOTE : Don't ever post confidential data in a workbook.
            Forum owners and members are not responsible for any loss.
            ---
            You received this message because you are subscribed to
            the Google Groups "MS EXCEL AND VBA MACROS" group.
            To unsubscribe from this group and stop receiving emails
            from it, send an email to
            excel-macros+unsubscr...@googlegroups.com
            <mailto:excel-macros%2bunsubscr...@googlegroups.com>.
            To post to this group, send email to
            excel-macros@googlegroups.com
            <mailto:excel-macros@googlegroups.com>.
            Visit this group at
            http://groups.google.com/group/excel-macros.
            For more options, visit
            https://groups.google.com/groups/opt_out.


-- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
            wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
            Facebook page of this forum @
            https://www.facebook.com/discussexcel

            FORUM RULES

            1) Use concise, accurate thread titles. Poor thread
            titles, like Please Help, Urgent, Need Help, Formula
            Problem, Code Problem, and Need Advice will not get quick
            attention or may not be answered.
            2) Don't post a question in the thread of another member.
            3) Don't post questions regarding breaking or bypassing
            any security measure.
            4) Acknowledge the responses you receive, good or bad.
            5) Jobs posting is not allowed.
            6) Sharing copyrighted material and their links is not
            allowed.

            NOTE : Don't ever post confidential data in a workbook.
            Forum owners and members are not responsible for any loss.
            ---
            You received this message because you are subscribed to
            the Google Groups "MS EXCEL AND VBA MACROS" group.
            To unsubscribe from this group and stop receiving emails
            from it, send an email to
            excel-macros+unsubscr...@googlegroups.com
            <mailto:excel-macros%2bunsubscr...@googlegroups.com>.
            To post to this group, send email to
            excel-macros@googlegroups.com
            <mailto:excel-macros@googlegroups.com>.
            Visit this group at
            http://groups.google.com/group/excel-macros.
            For more options, visit
            https://groups.google.com/groups/opt_out.


-- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
        wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook
        page of this forum @ https://www.facebook.com/discussexcel

        FORUM RULES

        1) Use concise, accurate thread titles. Poor thread titles,
        like Please Help, Urgent, Need Help, Formula Problem, Code
        Problem, and Need Advice will not get quick attention or may
        not be answered.
        2) Don't post a question in the thread of another member.
        3) Don't post questions regarding breaking or bypassing any
        security measure.
        4) Acknowledge the responses you receive, good or bad.
        5) Jobs posting is not allowed.
        6) Sharing copyrighted material and their links is not allowed.

        NOTE : Don't ever post confidential data in a workbook. Forum
        owners and members are not responsible for any loss.
        ---
        You received this message because you are subscribed to the
        Google Groups "MS EXCEL AND VBA MACROS" group.
        To unsubscribe from this group and stop receiving emails from
        it, send an email to excel-macros+unsubscr...@googlegroups.com
        <mailto:excel-macros%2bunsubscr...@googlegroups.com>.
        To post to this group, send email to
        excel-macros@googlegroups.com
        <mailto:excel-macros@googlegroups.com>.
        Visit this group at http://groups.google.com/group/excel-macros.
        For more options, visit https://groups.google.com/groups/opt_out.




-- *Regards*
    **
    *Ashish Koul*


    */Visit/*
    */_My Excel Blog <http://www.excelvbamacros.com/>_/*
    Like Us on Facebook
    <http://www.facebook.com/pages/Excel-VBA-Codes-Macros/151803898222297>
    Join Us on Facebook <http://www.facebook.com/groups/163491717053198/>


    PBefore printing, think about the environment.

-- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna
    be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this
    forum @ https://www.facebook.com/discussexcel

    FORUM RULES

    1) Use concise, accurate thread titles. Poor thread titles, like
    Please Help, Urgent, Need Help, Formula Problem, Code Problem, and
    Need Advice will not get quick attention or may not be answered.
    2) Don't post a question in the thread of another member.
    3) Don't post questions regarding breaking or bypassing any
    security measure.
    4) Acknowledge the responses you receive, good or bad.
    5) Jobs posting is not allowed.
    6) Sharing copyrighted material and their links is not allowed.

    NOTE : Don't ever post confidential data in a workbook. Forum
    owners and members are not responsible for any loss.
    ---
    You received this message because you are subscribed to the Google
    Groups "MS EXCEL AND VBA MACROS" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to excel-macros+unsubscr...@googlegroups.com
    <mailto:excel-macros%2bunsubscr...@googlegroups.com>.
    To post to this group, send email to excel-macros@googlegroups.com
    <mailto:excel-macros@googlegroups.com>.
    Visit this group at http://groups.google.com/group/excel-macros.
    For more options, visit https://groups.google.com/groups/opt_out.


--
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE : Don't ever post confidential data in a workbook. Forum owners and members are not responsible for any loss.
---
You received this message because you are subscribed to the Google Groups "MS EXCEL AND VBA MACROS" group. To unsubscribe from this group and stop receiving emails from it, send an email to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/groups/opt_out.

--
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- You received this message because you are subscribed to the Google Groups "MS EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to