Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 796 Bytes

Word.Document.SaveEncoding.md

File metadata and controls

41 lines (24 loc) · 796 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.SaveEncoding property (Word)
vbawd10.chm158007629
vbawd10.chm158007629
Word.Document.SaveEncoding
9a69851e-af52-d257-d887-c90bd98eeac0
06/08/2017
medium

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

[!includeSupport and feedback]