R
raymondino
I work with text files in different languages each encoded accordingly. When I choose File->Open in Word I get a dialog box titled "Convert File" where I select "Encoded Text". Then I get a dialog titled "File Conversion" where I can choose the language encoding and see a preview of my file.
The above is what I want, but my macro will not replicate this behavior.
I have:
Documents.Open FileName:=myFilePath, ConfirmConversions:=True
And I get the first "Convert File" box, but when I choose "Encoded Text" no second dialog appears, and the file is opened with the default encoding, ie incorrect.
Does anyone know how to make the second "File Conversion" dialog appear so I can select the encoding?
Any help appreciated
The above is what I want, but my macro will not replicate this behavior.
I have:
Documents.Open FileName:=myFilePath, ConfirmConversions:=True
And I get the first "Convert File" box, but when I choose "Encoded Text" no second dialog appears, and the file is opened with the default encoding, ie incorrect.
Does anyone know how to make the second "File Conversion" dialog appear so I can select the encoding?
Any help appreciated