am using this code to open a word document its working, the word doc am openning is merged doc ... when it opens it i have to choose what type of merge i want
1.new document
2.to Printer
3.electronic mail
i want it to be merged to new document from vb with out the user chooses
///////////////
Dim x As Word.Application
Dim y As Word.Document
Set x = New Word.Application
Set y = x.Documents.Open(App.Path & "\newconformation.doc"
x.Visible = True
1.new document
2.to Printer
3.electronic mail
i want it to be merged to new document from vb with out the user chooses
///////////////
Dim x As Word.Application
Dim y As Word.Document
Set x = New Word.Application
Set y = x.Documents.Open(App.Path & "\newconformation.doc"
x.Visible = True