B
BRC
I am trying to write a macro that will process a block of text that is
written in Word. The macro will check for a hard line feed every 74
characters and if it doesn't encounter one it will insert a lf.
This is to paste text into an old mainframe application that doesn't have
word wrap. Unless there is a line feed or CR at least every 74 characters.
The lines can be shorter but not longer then 74. Any help that might put me
on the correct path is appreciated. I believe it could be done with the do
while function but I am not sure how to check for value of the characters as
you use selection.moveright ..etc. thanks for any help
BRC
written in Word. The macro will check for a hard line feed every 74
characters and if it doesn't encounter one it will insert a lf.
This is to paste text into an old mainframe application that doesn't have
word wrap. Unless there is a line feed or CR at least every 74 characters.
The lines can be shorter but not longer then 74. Any help that might put me
on the correct path is appreciated. I believe it could be done with the do
while function but I am not sure how to check for value of the characters as
you use selection.moveright ..etc. thanks for any help
BRC