How to start a new presentation

Материал из DRKB


Как начать новую презентацию PowerPoint

PowerPoint.Presentations.Open('PresName.ppt', msoFalse, msoFalse, msoTrue);

The second parameter specifies whether the presentation should be opened in read-only mode. If the third parameter is True, an untitled copy of the file is made. The last parameter specifies whether the opened presentation should be visible. You can miss these parameters out in late binding if you're happy with the defaults (False, False, True, respectively, as in the code shown.)


Language: en
ID: 04461