T
Thomas M
Word 2003
When I am in the process of developing a lengthy document I tend to
color code the text so that I can keep track of issues that need to be
addressed before the document is completed. I use the following colors
in my scheme:
Red = Stuff that needs to be fixed because its wrong or imcomplete
Orange = Stuff that is being researched
Green = Stuff that is completed and confirmed as being correct
Black = New text (The color is black as opposed to automatic)
Aqua = Text that will be in red when the document is finished
(Special notes, tips, warnings, etc.)
When I finish a red or orange section I turn it green so that I know the
section is done. Likewise for new text. Nonetheless, when I show the
paragraph markers I see a lot of red and orange mixed in the document.
What I would like is a macro that goes through the document paragraph-
by-paragraph and does the following (in this order of prescendence):
1) If the paragraph is a blank line turn the text to automatic
2) If the paragraph color is aqua turn the text to red
3) For any other paragraph color turn the text to automatic
Can someone show me how this would be done in VBA?
--Tom
When I am in the process of developing a lengthy document I tend to
color code the text so that I can keep track of issues that need to be
addressed before the document is completed. I use the following colors
in my scheme:
Red = Stuff that needs to be fixed because its wrong or imcomplete
Orange = Stuff that is being researched
Green = Stuff that is completed and confirmed as being correct
Black = New text (The color is black as opposed to automatic)
Aqua = Text that will be in red when the document is finished
(Special notes, tips, warnings, etc.)
When I finish a red or orange section I turn it green so that I know the
section is done. Likewise for new text. Nonetheless, when I show the
paragraph markers I see a lot of red and orange mixed in the document.
What I would like is a macro that goes through the document paragraph-
by-paragraph and does the following (in this order of prescendence):
1) If the paragraph is a blank line turn the text to automatic
2) If the paragraph color is aqua turn the text to red
3) For any other paragraph color turn the text to automatic
Can someone show me how this would be done in VBA?
--Tom