
5.5.11.2. ClosePowerPointFile Function
ClosePowerPointFile Function
Closes the specified Power Point file if the file is open.
Syntax
ClosePowerPointFile(filePath)
Parameters
Parameter Type Description
filePath string Full path of the Power Point file.
Returns
None
Comments
None
Usage
NexScript
pptFilePath = "C:\Data\NexResults.ppt"
SendGraphicsToPowerPoint(doc, pptFilePath, "Slide 1", "Sample slide", 1, 0)
ClosePowerPointFile(pptFilePath)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 273
Kommentare zu diesen Handbüchern