D
DAACKM
I am using the PPT COM object from VB 2008 Express to create a PPT
presentation from within VB. When I am done, I can't get PPT to
terminate/close itself unless I exit my VB application; the presentation
closes, but PPT is still around. It is as if "AppPPT.QUIT()" doesn't work.
My code is as follows:
AppPres.Close()
AppPPT.Quit()
AppShape = Nothing
Appslide = Nothing
AppPres = Nothing
AppPPT = Nothing
System.Windows.Forms.Application.DoEvents()
Any ideas on what I am doing wrong? Thanks.
presentation from within VB. When I am done, I can't get PPT to
terminate/close itself unless I exit my VB application; the presentation
closes, but PPT is still around. It is as if "AppPPT.QUIT()" doesn't work.
My code is as follows:
AppPres.Close()
AppPPT.Quit()
AppShape = Nothing
Appslide = Nothing
AppPres = Nothing
AppPPT = Nothing
System.Windows.Forms.Application.DoEvents()
Any ideas on what I am doing wrong? Thanks.