I have a column of data with a range named "SortCol". The data is sorted in ascending order. I can use Find to select a cell with a value I enter into a textbox. However, if the range("SortCol") doesn't have the value from the textbox then an error occurs. What code to select the nearest lower value cell if no value matches the textbox entry?