Splitting a word document using a marker

A

amiga1200

Is it possible to split a word document into individual documents using a
marker e.g. ^^^
 
A

Anand.V.V.N

Hi amiga,
It can be done, where is the marker located in the document?

What you can do is first the location of the marker in the document and then
select from the starting of the document to the location of the marker , make
that as a range and copy the text and using the documents.add method create a
new document. Using the insertafter mething paste the selected text and save
document, now the text after teh marker will be the next range , select the
text and copy , add a new document and then save the new document.

Is this what you wanted to do?
hope you would find this helpful


Anand
 
A

amiga1200

I believe that in order to do this multiple times & print the resulting
document to a faxprint automatically once the marker has been placed will
require code, but I am unfamiliar with writing code in word.
 
A

Anand.V.V.N

Hi Amiga,

I'll try and see if I can write code and paste is. How urget is this by they
way?

Anand
 
A

amiga1200

Not very urgent, 1 or 2 weeks is ok.

Anand.V.V.N said:
Hi Amiga,

I'll try and see if I can write code and paste is. How urget is this by they
way?

Anand
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top