Results 1 to 3 of 3

Thread: Word document How to get it splitted at each "BLA"[solved]

  1. #1

    Thread Starter
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863

    Resolved Word document How to get it splitted at each "BLA"[solved]

    Hi,
    I've got a WordDocument like:
    BLA qwertz qwertz qwertz
    asdf asdf asdf
    BLA asdf asdfe
    asdf
    asdf
    asd
    BLA yxcvv yxcv
    I need to have it splitted, or better selected from one "BLA" until just before the next "BLA".
    I want to paste this selections into a PowerPoint Presentation.

    Thanks
    Last edited by opus; Oct 27th, 2004 at 12:06 AM.
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    Can't you just read the text in and use Split() or Instr()?
    Tengo mas preguntas que contestas

  3. #3

    Thread Starter
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    I don't think it would work this way (split) since I need the formatting from Word.
    But I found my way, using some . FIND statements (after getting to know whre the .START and .END is after the .FIND.EXECUTE).
    Thanks anyway
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

Posting Permissions

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



Click Here to Expand Forum to Full Width