|
Hi! I have a problem with a loop. I want to search the entire spreadsheet for a cell that contains the text ?Sec type?? However there are two rows that I do not want to search. These to rows are: segment.row and secID.row. These two rows each contains a cell with the text ?Sec type?? Thus, I want to search for any additional cells with that text. If an additional cell containing the text ?Sec type??is found I want to store the address of that cell in the variable c. If no additional cell is found I want to set c = Nothing or something that indicates that no additional cells were found. |