Before you go too far with writing macros to handle formatting, look into
Styles.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> Hello,
>
[quoted text clipped - 40 lines]
> Selection.HomeKey Unit:=wdLine
> End Sub
MichaelB - 11 May 2006 16:36 GMT
Charles,
This is one the problems I am having, there are several styles being used
(for this is a document which expands several Word versions) which I am
attempting to cleaning up, Notice the clear formatting. I am then trying to
standardize the text into the Paragraph 1 style with the first part (up to
the “:”) being bolded. I just need help in getting this wrapped into a loop
which will automate the tasks. I need to find all occurrences of specific
text then highlight the entire paragraph, remove any formatting that exists
and then implement the proper style.
Again any help would be greatly appreciated.
Mike
> Before you go too far with writing macros to handle formatting, look into
> Styles.
[quoted text clipped - 42 lines]
> > Selection.HomeKey Unit:=wdLine
> > End Sub