Hi,
What I am trying to do is to write a VB program to print out a number of word documents. So far, I can open a word document, print it out, close the file, but I could not quit the word application itself.
This is my code.
----------------
Dim WordObj As Object
Set WordObj =...