Hello, I am looking for a way to save a word document as type: Word 97-2003 Document (*.doc). this is needed because some people are not using word 2007 and they a problem opening the file. What's the solution to this?
Thanks

at the moment I use this to save the file:
Code:
oDoc.SaveAs(strFileName)