I have a simple issue with searching through a cell's text to see if it has one of the following words: Total, Income, Made or Earned. The following function in my VBA code should if it finds any of these strings skip over the "Then". I uses "UCase" to make it case insensitive plus put a space and the beginning and end of the cell. I want to find the whole word.
the cells contain:
Total Expense
Net Ordinary Income
7010 · Interest Income
Total Other Income
Net Other Income
Am I missing something here?
Bookmarks