Sorry about that, there is an excel spreadsheet that was previouly created by a memeber of my team. The spreadsheet contains three columns labled "box", "files", and "missing". In the column labeled "box" there is the name of the box (A01). In the cell next to it, under the column labeled "files" there are the range of files that are in the box, for instance (3-7). In the cell next to that, in the column lables "missing", there is a range of any files that are supposed to be in that box that are not. In box (A01) then there would be files (3-7). This pattern repeats itself from box (A01), (A02), to (A25) for each set of boxes, through (ZZ01), (ZZ02), (ZZ25)--all of which are under the column lables "box." The same type of pattern repeats itself in the column labeled "files." For instance, cell A6, in the column labeled "box" with text (A01) would correspond to cell B6, in the column labeled "files" with text (3-7). Likewise, cell A7, in the column labeled "box" with text (A02) would correspond to cell B7, in the column labled "files" with text (8-11). What I want to do is to be able do a find/search for say file "9", then I would want Excel to be able to locate it in the spreadsheet, therefore telling me that I could find the file in box (A02). The dilemma is writing a code that recognizes numbers within a range. That was a mouthful. Thanks for everyones input.