T
Tony Logan
An example of what I want to do
I have a document full of text and tables where some of the paragraphs begin with a bullet character, then a tab character, then a sentence or two of text, then a paragraph mark. These bulleted paragraphs sometimes appear alone, in groups of two, three, or more
I'm trying to perform the following sequence of actions
1) Find and Replace all bullets followed by a tab with the word "BULLET
2a) Find each instance of the word BULLE
2b) Find the very next instance of a paragraph mar
2c) Replace that paragraph mark with the words "END BULLET" plus a paragraph mar
Item 1 is simple enough, as a find & replace deals with it. But 2a-2c are the stumpers. I suspect some sort of For Each/Next loop might be the answer, but I'm not sure.
Thanks.
I have a document full of text and tables where some of the paragraphs begin with a bullet character, then a tab character, then a sentence or two of text, then a paragraph mark. These bulleted paragraphs sometimes appear alone, in groups of two, three, or more
I'm trying to perform the following sequence of actions
1) Find and Replace all bullets followed by a tab with the word "BULLET
2a) Find each instance of the word BULLE
2b) Find the very next instance of a paragraph mar
2c) Replace that paragraph mark with the words "END BULLET" plus a paragraph mar
Item 1 is simple enough, as a find & replace deals with it. But 2a-2c are the stumpers. I suspect some sort of For Each/Next loop might be the answer, but I'm not sure.
Thanks.