christian2016
Board Regular
- Joined
- Oct 6, 2016
- Messages
- 123
Hi Guys,
What I need help with is a VBA macro to find the total range of say Column C.
Column C each cell will have a paragraph of text.
Then need to loop that range looking for specific words say (OFF, ON, UP, DOWN).
Probably best to temporarily set the cell text as UPPER case so no need to search for a combination of upper and lower case words.
If the text has been found then change only that specific word in the cell text to RED and BOLD.
Then go to the next cell in our range and repeat.
Any help is greatly appreciated.
Thanks
What I need help with is a VBA macro to find the total range of say Column C.
Column C each cell will have a paragraph of text.
Then need to loop that range looking for specific words say (OFF, ON, UP, DOWN).
Probably best to temporarily set the cell text as UPPER case so no need to search for a combination of upper and lower case words.
If the text has been found then change only that specific word in the cell text to RED and BOLD.
Then go to the next cell in our range and repeat.
Any help is greatly appreciated.
Thanks