Document.SaveEncoding property (Word)

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.

ActiveDocument.SaveEncoding = msoEncodingWestern

See also

Document Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.