Ghi
Quyền truy cập vào trang này yêu cầu sự cho phép. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Quyền truy cập vào trang này yêu cầu sự cho phép. Bạn có thể thử thay đổi thư mục.
Returns a SlideShowSettings object that represents the slide show settings for the specified presentation. Read-only.
Syntax
expression. SlideShowSettings
expression A variable that represents a Presentation object.
Return value
SlideShowSettings
Example
This example starts a slide show meant to be presented by a speaker. The slide show will run with animation and narration turned off.
With Application.ActivePresentation.SlideShowSettings
.ShowType = ppShowTypeSpeaker
.ShowWithNarration = False
.ShowWithAnimation = False
.Run
End With
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.