Document.SaveEncoding Property

Word Developer Reference

Returns or sets the encoding to use when saving a document. Read/write MsoEncoding.

Syntax

expression.SaveEncoding

expression   Required. A variable that represents a Document object.

Example

This example specifies Western encoding for saving the current document.

Visual Basic for Applications
  ActiveDocument.SaveEncoding = msoEncodingWestern

See Also