ShowWithNarration Property
MsoTriState
MsoTriState can be one of these MsoTriState constants. |
msoCTrue |
msoFalse |
msoTriStateMixed |
msoTriStateToggle |
msoTrue The specified slide show is shown with narration. |
Example
This example runs a slide show of the active presentation with animation and narration turned off.
With ActivePresentation.SlideShowSettings
.ShowWithAnimation = msoFalse
.ShowWithNarration = msoFalse
.Run
End With
Applies to | SlideShowSettings Object
See Also | ShowWithAnimation Property