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