F
Felix
Hello,
I have a series of rather large Word documents used in testing. Once testing
is complete, I clean up the documents to remove the testing bits (checkboxes,
approvals and such) and then compile the document in chm form to be used as a
help file.
I've written a macro that cleans up the document by selectively removing
some table rows, and some "This page is intentionally blank" entries. I would
also like to remove a whole lot of unnecessary blank lines, but only starting
at a certain point in the document.
So, I need to first move to the point in the document where I want to begin
removing blank lines, then start removing blank lines (including those with
spaces), and then stop once I reach the end of the document.
Any help is greatly appreciated.
I have a series of rather large Word documents used in testing. Once testing
is complete, I clean up the documents to remove the testing bits (checkboxes,
approvals and such) and then compile the document in chm form to be used as a
help file.
I've written a macro that cleans up the document by selectively removing
some table rows, and some "This page is intentionally blank" entries. I would
also like to remove a whole lot of unnecessary blank lines, but only starting
at a certain point in the document.
So, I need to first move to the point in the document where I want to begin
removing blank lines, then start removing blank lines (including those with
spaces), and then stop once I reach the end of the document.
Any help is greatly appreciated.