Document.ConvertVietDoc Method (Word)

Reconverts a Vietnamese document to Unicode using a code page other than the default.

Syntax

expression .ConvertVietDoc(CodePageOrigin)

expression Required. A variable that represents a Document object.

Parameters

Name

Required/Optional

Data Type

Description

CodePageOrigin

Required

Long

The original code page used to encode the document.

Remarks

Use the ConvertVietDoc method if you want a document to be viewable on another computer or platform.

Example

This example converts the active document from the Vietnamese ABC code page to Unicode. This example assumes that the active document is encoded using the Vietnamese ABC code page.

Sub ConvertToVietCodePage() 
 ActiveDocument.ConvertVietDoc CodePageOrigin:=5 
End Sub

See Also

Concepts

Document Object

Document Object Members