T
Tim
I have a document that was scanned and OCR ran on it and it has been
converted to a .txt file. I am trying to do two things:
1. Remove all the hyphens at the end of the line. It appears that there
is a hyphen, space, and a carriage return. Is there a way to make this
do the whole document.
2. remove the carriage returns at the end of each line of a paragraph.
My macro to do this now goes like:
Selection.MoveDown Unit:=wdParagraph, Count:=1
Selection.TypeBackspace
This works one line at a time, but maybe there is a better way of doing
this.
This is Word2004 11.1 using Mac 10.4.2.
converted to a .txt file. I am trying to do two things:
1. Remove all the hyphens at the end of the line. It appears that there
is a hyphen, space, and a carriage return. Is there a way to make this
do the whole document.
2. remove the carriage returns at the end of each line of a paragraph.
My macro to do this now goes like:
Selection.MoveDown Unit:=wdParagraph, Count:=1
Selection.TypeBackspace
This works one line at a time, but maybe there is a better way of doing
this.
This is Word2004 11.1 using Mac 10.4.2.