P
Phil Stokes
In code used in Word 2000 the following line of code
ActiveDocument.SaveAs "filename", wdFormatDOSText
saved the open document in text format without any Query.
Now I'm running it in Word 2000 and it pops up a box querying whether I wand
to do this action. I am doing all of this in the background for various
reasons and I don't want the saver to be asked any questions.
Is there anything I can do to suppress this query?
ActiveDocument.SaveAs "filename", wdFormatDOSText
saved the open document in text format without any Query.
Now I'm running it in Word 2000 and it pops up a box querying whether I wand
to do this action. I am doing all of this in the background for various
reasons and I don't want the saver to be asked any questions.
Is there anything I can do to suppress this query?