In excel I have to search for specific word in a cell and replace only that the particular word.
For example:
In excel a cell may contain
“team should have loaded test data into the file”
I want to select only a single word in this line such as test and apply a style to that particular string
“team should have loaded test data into the file”
I have many cells to format so I would like to use VBA
Something like this will change “test” in all cells in a user selected range to bold. It handles multiple occurrences in a single cell
The test is case insensitive