Consulting

Results 1 to 9 of 9

Thread: VBA - loop help in Seperating the data......

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    VBA - loop help in Seperating the data......

    Hi Team,


    I have a data in Column A of sheet1, I retrieve the data from text file,
    in middle somewhere i get lines of Dashes. here task is to seperate the data and paste in different Columns starting C.


    From below I want the data in 4 Columns except dashes. Thaks in advance.




    ex


    AAAA
    AAAA
    ------------
    BBBB
    BBBB
    -------------
    CCC
    CCC
    CCCC
    CCC
    ---------
    DDDD
    DDD


    Regards,
    mg
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •