ReloadAs Method

Reloads a presentation based on a specified HTML document encoding.

expression.ReloadAs (cp)

*expression   * Required. An expression that returns one of the objects in the Applies To list.

MsoEncoding

MsoEncoding can be one of these MsoEncoding constants.
msoEncodingArabicAutoDetect
msoEncodingAutoDetect
msoEncodingCyrillicAutoDetect
msoEncodingGreekAutoDetect
msoEncodingJapaneseAutoDetect
msoEncodingKoreanAutoDetect
msoEncodingSimplifiedChineseAutoDetect
msoEncodingTraditionalChineseAutoDetect

Example

This example reloads the active presentation using Western encoding.

ActivePresentation.ReloadAs (msoEncodingWestern)

Applies to | Presentation Object