Can we limit things down a bit, purely for calculation sake? If you truly say "anywhere" in the sheet, that could mean we need our formula to search every cell. That gets us well into over a billion cells just on one sheet!
Further, do all ID's of interest start with a "N", or do we just need to look under certain column headers? Any chance we could limit this down to 1 sheet, or do we truly need to look at 2 (or more??) sheets?
Dear Sir,
"anywhere" means Under of 'ID CODE#' only in the sheets not in anywhere from the excel all cells. But my file actually total 6 Sheets but me showed 2 sheets only that mean sheet will be more than one.
Try this. It uses the worksheet_activate event to automatically refresh the list. the ANSWER sheet is ignored by macro, but it looks at every other sheet. Depending on how big the lists is will directly influence how long macro takes, but with example, you don't even notice it.