How to close word application from C#.NET

  • Thread starter Thread starter Nilesh
  • Start date Start date
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!
 
Back
Top