T
Terry
Does anhyone know of a VBA command that will take a Word doc paragraph and
convert it to (approx) 80n chars in width, while splitting the line at the
end of a word (ie, not to split at exactly 80 chars, but to split at the
last full word before the 80 chars is reached).
My problem is that we export the Word doc text into a database by extracting
the textual content (as ascii text) and the database app cannot present the
wider lines betyond 80 chars. I need to split the lines at the 80 (or less)
char mark and insert a CRLF so the db app can handle it for display.
Much appreciated.
Terry
convert it to (approx) 80n chars in width, while splitting the line at the
end of a word (ie, not to split at exactly 80 chars, but to split at the
last full word before the 80 chars is reached).
My problem is that we export the Word doc text into a database by extracting
the textual content (as ascii text) and the database app cannot present the
wider lines betyond 80 chars. I need to split the lines at the 80 (or less)
char mark and insert a CRLF so the db app can handle it for display.
Much appreciated.
Terry