Hi
Im doing something wrong in quitting the Word.Applicatio n in my VB program.
I have
General Declarations
Dim AppWord As Word.Applicatio n
Form_Load()
Set AppWord = CreateObject("W ord.Application ")
cmdExit_Click()
AppWord.Quit
Set AppWord = Nothing
Unload Me
When I click Exit to end my program Winword.exe is still running as a
process listed in my Task Manager. Not only is it listed, but the process is
taking up 100% of my CPU usage.
How do I end the Word.Applicatio n correctly ???
Thanks
Trevor.
Im doing something wrong in quitting the Word.Applicatio n in my VB program.
I have
General Declarations
Dim AppWord As Word.Applicatio n
Form_Load()
Set AppWord = CreateObject("W ord.Application ")
cmdExit_Click()
AppWord.Quit
Set AppWord = Nothing
Unload Me
When I click Exit to end my program Winword.exe is still running as a
process listed in my Task Manager. Not only is it listed, but the process is
taking up 100% of my CPU usage.
How do I end the Word.Applicatio n correctly ???
Thanks
Trevor.
Comment