D
djconner
I have a VBA/Microsoft Access program that generates a document in
Word 2000. My new requirement is that I need to then save the
document in ASCII text with a maximum line width of 69 characters.
I think I have the first part covered, and in terms of formatting it's
fairly simple already, but I'm not sure how to go about setting that
69-character line width.
A side issue, in case anybody knows... Can accented characters be
used in an ASCII text document, and if so, how? Specifically, this
character: É as used in the capitalized word "ATTACHÉ". Currently
when doing a SaveAs to wdFormatDOSTextLineBreaks, that character turns
into a garbage character.
Word 2000. My new requirement is that I need to then save the
document in ASCII text with a maximum line width of 69 characters.
I think I have the first part covered, and in terms of formatting it's
fairly simple already, but I'm not sure how to go about setting that
69-character line width.
A side issue, in case anybody knows... Can accented characters be
used in an ASCII text document, and if so, how? Specifically, this
character: É as used in the capitalized word "ATTACHÉ". Currently
when doing a SaveAs to wdFormatDOSTextLineBreaks, that character turns
into a garbage character.