searching text
Posted by Roger on January 29, 2002 11:55 AM
can anyone tell me how to test the text value of a cell? In each cell there is a string that will consist of something along the lines of sst-blah blah blah. What I need to do is delete every row that does not contain sst. So basically I need to test the first three characters of each cell to see if it contains the letters sst if it does I keep the row if not I delete it. How do I test only a section of a string?
thanks,
roger