I would like help on some VBA code -- maybe it's too early in the morning but I can't figure it out.
I would like to select every cell on a worksheet that has a particular string of text in the cell. The text I'm looking for is "Rec". It will not be the only text in the cell. I keep trying to use the Find function in my code but I don't think this is the best way to do this. Please help.
I would like to select every cell on a worksheet that has a particular string of text in the cell. The text I'm looking for is "Rec". It will not be the only text in the cell. I keep trying to use the Find function in my code but I don't think this is the best way to do this. Please help.