It took 4s to quit word. Why?

L

liu_jz

I wrote a program in VB6 as follows. It is very slow to quit Word. The
statement "gwdApp.Quit" took 4s. Why? How to speed up it?

Thanks!
Liu Jianzhong


Dim gwdApp As Word.Application
Dim gwdDoc As Word.Document

.......
gwdDoc.Close
Set gwdDoc = Nothing
gwdApp.Quit <------ It took 4s.
Set gwdApp = Nothing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top