C
cp
When I run a macro, such as this:
ActiveDocument.SaveAs FileName:="c:\temp\testdoc.txt",
FileFormat:=wdFormatDOSText
It is not removing all of the non-DOS characters.
When I do it interactively, it works, but it prompts me with Security
warnings. It appears interactively, it's setting the FileFormat=100 instead
of wdFormatDOSText, which = 4. (Obtained by recording a macro)
I need to be able to do this without security warnings and without non-DOS
characters. Anyone know of a fix?
Thanks for any help.
-cp
ActiveDocument.SaveAs FileName:="c:\temp\testdoc.txt",
FileFormat:=wdFormatDOSText
It is not removing all of the non-DOS characters.
When I do it interactively, it works, but it prompts me with Security
warnings. It appears interactively, it's setting the FileFormat=100 instead
of wdFormatDOSText, which = 4. (Obtained by recording a macro)
I need to be able to do this without security warnings and without non-DOS
characters. Anyone know of a fix?
Thanks for any help.
-cp