Word Automation split word file in diffrent parts and retain formatting

  • Thread starter Thread starter amit
  • Start date Start date
A

amit

Hey guys

I am trying to develop an application which would open an word file
(.doc) and split it into multiple files.
I want to create seperate file for tables, so the application should
just make two seperate files one contaning tables and other contaning
normal text.

It is possible with word automation to find table in an word doc and
seperate them?

Is their any way by which we can retain the formating of word doc
whicle copying it to another doc?

I have created an app which reads an doc file and read the containts
and then paste it to word app.


waiting for positive response



Thanks

Amit
 
You may get better results in the Office forums. However, you can make use
of the tables collection, selection.copy wholestory, documents collection.
 
Back
Top