N
Nilesh
I have found lots of articles mentioning about how to
open word application (using wApp = new
Word.ApplicationClass()) and then a word document (using
wDoc = wap.Documents.Open(...)). I am able to close the
opened word document using (wDoc.close(...)). I am not
able to close the word application instance. This slows
down my entire PC. Kindly help me in this!
open word application (using wApp = new
Word.ApplicationClass()) and then a word document (using
wDoc = wap.Documents.Open(...)). I am able to close the
opened word document using (wDoc.close(...)). I am not
able to close the word application instance. This slows
down my entire PC. Kindly help me in this!