Hello everyone…
This is my first time trying to use VBA automation with Word… I have a old document that is over 400 pages… I want to write code to do the following:
Go to top line of the first page of the document
Select and/or delete the top line of the page
Delete one more space (to move up the old second line to the first)
Move to the next page
Continue this process (looping) until the end of the document
I’m so completely unfamiliar with Word’s objects and collections and I’ve tried searching VBA help but I’m not finding any answers…
It seems like such a simple thing to do… It must be possible…
Any help would be appreciated…