I need a VBA that will go through all the selected text, and nothing more, and analyze each paragraph, then set each of those paragraphs that match ANY of the following conditions, to the style "Quote":
- Begins with " and contains no other " within the paragraph
- Begins with " AND ends with " AND there are no other " within the paragraph
- is already indented at least 0.4" or more on the left and 0.4" or more on the right
Any tips?
Thanks in advance!