|
-
Jun 2nd, 2003, 02:33 AM
#1
Thread Starter
Member
Documents.Open
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|