Article ID: 226766 - Last Review: October 11, 2006 - Revision: 2.2 PPT2000: PowerPoint 2000 Remains in Memory After Getting a Presentation and Being Closed
This article was previously published under Q226766 SYMPTOMS
If you use the GetObject method to open a presentation programmatically, Microsoft PowerPoint remains running in memory after you quit PowerPoint using either of the following methods:
-or-
CAUSE
When using the GetObject("pathname") method (where pathname is the path and name of the presentation you are trying to load programmatically), PowerPoint does not keep an accurate reference count of the number of calls made to it. Therefore, it remains in memory, and you cannot access it programmatically to quit it.
RESOLUTION
If at all possible, use the CreateObject("pathname") method. This way, when you set the object to Nothing, PowerPoint properly removes itself from memory.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top