Word and VB .NET

  • Thread starter Thread starter Vicky
  • Start date Start date
V

Vicky

Hi,

Firstly apologies if this has cropped up before however I
have hit a small problem.

I have created a program which my colleagues can use to
generate mathematical quotes based on various known
variables. Now that this works very well we want to export
that data in the appropriated labels into Word.

Is this possible

a) without using a database
b) without exporting to Excel first

I noticed that there was the EventOptions
pdfrtfwordformatoptions strings however based on things
I've read I am unsure how I can get the data exported, even
if I can open a word document from within the aplication.

HOpe that this makes sense and thankyou in advance for any help

Regards

Vicky
 
If you are using Word2003 then you could but Visual Studio Tools For Office,
this gives you a very nice integrated development environment for creating
codebehind for office.

However, you can do this using the Word Object Library. Create a reference
to the Word 11.0 DLL in your project and then you need to find the class
reference, should be on Microsoft Site.

HTH - OHM ( Terry Burns )
 
Hi Terry,

thanks for that.
Im just hunting for the word object library ref now,
Excel was easier to learn lol!

many thanks

Vicky
 
Back
Top