M
Michael
Why does the following code executed from VBA in some host (e.g., Excel)
display the print dialog in Word on the open call? I would like to be able
to open the document in an invisible Word application. The VBA code does not
return from the open until the user dismisses the print dialog.
Sub Test
Dim WA as New Word.Application
WA.Documents.Open "C:\Path\File.rtf"
End Sub
display the print dialog in Word on the open call? I would like to be able
to open the document in an invisible Word application. The VBA code does not
return from the open until the user dismisses the print dialog.
Sub Test
Dim WA as New Word.Application
WA.Documents.Open "C:\Path\File.rtf"
End Sub