saving Word 2000 document as Word 97 format 
Author Message
 saving Word 2000 document as Word 97 format

Hi guys,
is it possible to save a Word 2000 document as Word 97 format
by a piece of VBA code?

thanks, tony



Sun, 16 Jan 2005 16:39:55 GMT  
 saving Word 2000 document as Word 97 format
The file format is the same in both versions of Word. If you want to make
sure that Word 2000 features are not saved in the file, then use this line
before saving

ActiveDocument.OptimizeForWord97 = True

--
Regards
Jonathan West - Word MVP
MultiLinker - Automated generation of hyperlinks in Word
Conversion to PDF & HTML
http://www.multilinker.com
Word FAQs at http://www.multilinker.com/wordfaq
Please post any follow-up in the newsgroup. I do not reply to Word questions
by email


Quote:
> Hi guys,
> is it possible to save a Word 2000 document as Word 97 format
> by a piece of VBA code?

> thanks, tony



Sun, 16 Jan 2005 17:56:10 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Word 2002: How to save a file in Word 97 format in Word 2002

2. reformat word 2000 doc into word 97 format

3. Saving a Word 97 Document in a Access 97 table

4. Access 97/2000 Field in Word Document

5. Overriding Document Close Event in Word 2000 v 97

6. Word 2000/97 new document macro problems

7. Passing Userforms to subs (Word 2000 and 2002, I did not try Word 97)

8. Why does this piece of code work with Word 97 but not Word 2000

9. Convert Word 97 WordBasic to Word 2000 VB code

10. vba problem word 97 and not word 2000

11. My Word 97 macros don't run in Word 2000

12. Diffs Between Word 2000 and Word 97?

 

 
Powered by phpBB® Forum Software