How to close PowerPoint
Early binding:
Code:
PowerPoint.Quit;
PowerPoint := nil;
Late binding:
PowerPoint := UnAssigned;
©Drkb::04462