How to close PowerPoint

Previous  Top  Next

    
 

Early binding:

Code:

PowerPoint.Quit;

PowerPoint := nil;

 

 

Late binding:

Code:

PowerPoint.Quit;

PowerPoint := UnAssigned;

 

©Drkb::04462