hi, i'm not sure if its z right place to ask 4 here:
so far i hve found these few things:
Private wordApp As New Word.Application
wordApp.Documents.Open(CType(Me.txtFilename.Text, Object))
this launches the word 2003 application and opens a file, given by me.txtFilename...but want i want is to save as the document directly as xml without having it to open the word can this be done? if possible?
a reply will be greatly appreciated thank u
so far i hve found these few things:
Private wordApp As New Word.Application
wordApp.Documents.Open(CType(Me.txtFilename.Text, Object))
this launches the word 2003 application and opens a file, given by me.txtFilename...but want i want is to save as the document directly as xml without having it to open the word can this be done? if possible?
a reply will be greatly appreciated thank u