ReloadAs Method

Microsoft PowerPoint Visual Basic

Show All

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.

cp  Required MsoEncoding. The document encoding to use when reloading the Web page.

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)