Combining Excel and Word documents in C#.Net

  • Thread starter Thread starter nautic20
  • Start date Start date
N

nautic20

I'm trying to develop an application to combine multiple Microsoft Word and
or Excel 2003 documents into one. Right now I'm using
Microsoft.Office.Interop.Word class library in VS.NET. What is the best way
to accomplish this?

Also, more importantly, is there a .chm file or a reference manual for the
Visual Studio Microsoft Word interop. I'd like to know where I can find a
detailed description of all the classes and interfaces within the library.

Thanks!
 
Hello Nautic

caveat: I'm not a developer (at all! :-)), so take the following with a
grain of salt.

I'm trying to develop an application to combine multiple Microsoft Word and
or Excel 2003 documents into one. Right now I'm using
Microsoft.Office.Interop.Word class library in VS.NET. What is the best way
to accomplish this?

.... to combine into one -- what? Word document? Without knowing anything
about the individual part documents in question, that's not such an easy
task even when doing manually.

Also, more importantly, is there a .chm file or a reference manual for the
Visual Studio Microsoft Word interop. I'd like to know where I can find a
detailed description of all the classes and interfaces within the library.

Your best bet is to ask in a different forum. Any of the NGs in the
*.word.vba* hierarchy will be better if you have question about the Word
OM, a .Net forum when it gets more technical there.

..2cents
Robert
 

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

Back
Top