Consulting

Results 1 to 4 of 4

Thread: Split a large document into pieces

  1. #1

    Split a large document into pieces

    I have a very large document with contents like:

    "
    text text text
    text text text

    END

    text text text
    text text text

    END

    text text text

    END
    "

    I would divide the master document into it component parts. Thus, take a range until "END", dump this into a new document, and repeat. File names are unimportant.

    Does anyone have a stock bit of code?

    Thanks

  2. #2
    VBAX Wizard lucas's Avatar
    Joined
    Jun 2004
    Location
    Tulsa, Oklahoma
    Posts
    7,323
    Location
    Hi Horace,
    See if this is any help.
    Steve
    "Nearly all men can stand adversity, but if you want to test a man's character, give him power."
    -Abraham Lincoln

  3. #3

    Thanks

    Thanks for the help!

  4. #4
    VBAX Wizard lucas's Avatar
    Joined
    Jun 2004
    Location
    Tulsa, Oklahoma
    Posts
    7,323
    Location
    Horace, if that solved your problem please mark the thread solved using the thread tools at the top of the page.
    Steve
    "Nearly all men can stand adversity, but if you want to test a man's character, give him power."
    -Abraham Lincoln

Posting Permissions

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