In my VBA word macro I want to open ASCII file which includes CE fonts.
I tried this:

Dim str As Document
Set str = Documents.Open("ce_text.txt", _ Encoding:=msoEncodingCentralEuropean)

It works fine in Word 2000, but it fails in Word 97 (parameter Encoding). I need a solution which works in word 2k and word 97.
Can you please help me?

Tomaz