J
Jerry
I've inherited a Word macro that reformats an ASCII input file to a format
suitable for printing. One of the functions is to turn on line numbers. This
works fine except for lines in the original that are longer than the page
width. The line wraps to the next line and each of those wrapped lines has a
line number. Is there some way to set it up so that only one line number is
shown for a shown for each input line? I only need to be able to run the
macro and print the result. I don't need to save the reformatted output.
Current behavior:
1 This is first line that
2 wraps to another
3 This is the second line
Desired:
1 This is first line that
wraps to another
2 This is the second line
suitable for printing. One of the functions is to turn on line numbers. This
works fine except for lines in the original that are longer than the page
width. The line wraps to the next line and each of those wrapped lines has a
line number. Is there some way to set it up so that only one line number is
shown for a shown for each input line? I only need to be able to run the
macro and print the result. I don't need to save the reformatted output.
Current behavior:
1 This is first line that
2 wraps to another
3 This is the second line
Desired:
1 This is first line that
wraps to another
2 This is the second line