christer99
IS-IT--Management
- Dec 3, 2001
- 247
in VB (.NET), How do I properly close down temp Word documents that I have copied pages from? I don't want a prompt to save the document. After a few hours, I have "hundreds" Windword.exe session in taskmanager.
oDoc.Close(False)
oWord.Quit(False)
I suspect I should change to oWord.quit() ??
oDoc.Close(False)
oWord.Quit(False)
I suspect I should change to oWord.quit() ??