Show AllShow All

ReloadAs Method

Reloads a document based on an HTML document, using the specified document encoding.

expression.ReloadAs(Encoding)

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

Encoding   Required MsoEncoding.

Example

This example reloads the current document with Cyrillic encoding.

ActiveDocument.ReloadAs msoEncodingCyrillic
		
©2003 Microsoft Corporation. All rights reserved.