Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 971 Bytes

Word.Document.ReloadAs.md

File metadata and controls

49 lines (28 loc) · 971 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.ReloadAs method (Word)
vbawd10.chm158007627
vbawd10.chm158007627
Word.Document.ReloadAs
52cab019-3084-e488-8727-24c5fd4650ce
06/08/2017
medium

Document.ReloadAs method (Word)

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

Syntax

expression. ReloadAs( _Encoding_ )

expression Required. A variable that represents a Document object.

Parameters

Name Required/Optional Data type Description
Encoding Required MsoEncoding Specifies the encoding to use when reloading the document.

Example

This example reloads the current document with Cyrillic encoding.

ActiveDocument.ReloadAs msoEncodingCyrillic

See also

Document Object

[!includeSupport and feedback]