I am using the code below:
Sub Macro9()
ActiveDocument.SaveAs FileName:="c:\temp\name.txt", FileFormat:=100
End Sub
Is there a way to bypass/avoid the warning prompt that comes up when this code is run that says, "This file needs to be saved using the MS-DOS Text with Layout text converter. If you are not eh author of this file or if the file is not from a trusted source, using this converter may pose a security risk. Click Yes to save this file only if you are sure it is from a trusted source."?
Thanks!
be17
Sub Macro9()
ActiveDocument.SaveAs FileName:="c:\temp\name.txt", FileFormat:=100
End Sub
Is there a way to bypass/avoid the warning prompt that comes up when this code is run that says, "This file needs to be saved using the MS-DOS Text with Layout text converter. If you are not eh author of this file or if the file is not from a trusted source, using this converter may pose a security risk. Click Yes to save this file only if you are sure it is from a trusted source."?
Thanks!
be17