Concatenation of Word Documents

  • Thread starter Thread starter Srinvias Vikram
  • Start date Start date
S

Srinvias Vikram

hai,

I am doing concatiction of Word Documents. I did it using the steps
selection,Copy, and paste through C# programming.
If the documents are more it's takes more time.
Is there any other solution for concatination of word documents.
I really Appreciate your help.

Regards,
srinvias vikram
 
This is not a direct answer to your reply, but another tip. You can
always record a Macro and perform the actions that you want with the MS
Office applications, then open the Macro Editor (VBA Code) and check the
syntax. After that it is a matter of changing it to your taste based on
the language you are using.

HTH

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top