Have excel 2k workbook with 5 worksheets. Have several ranges defined. On one of the sheets, I'm using vb to search the ranges that apply to the current sheet. If a range(s) applies to that particular sheet, I'd like to check to see if the current cell is within that range (via intersect). Is there a command, or code, that determines if the range name in question is local to that particular worksheet?