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)