Document.ConvertVietDoc (Word)
Reconverts a Vietnamese document to Unicode using a code page other than the default.
Use the ConvertVietDoc method if you want a document to be viewable on another computer or platform.
ConvertVietDoc (CodePageOrigin)
CodePageOrigin: The original code page used to encode the document.
Sub ConvertToVietCodePage()
ActiveDocument.ConvertVietDoc CodePageOrigin:=5
End Sub