Keith, if the worksheet name appears next to the range name in the Define
Names dialog box, it's a local, not a global name. Local names appear in the
Define Names dialog box and in the Name Box dropdown list only on the sheet
on which they are defined. Global names appear in the Define Names dialog
box and the Name Box dropdown list on every sheet.
The easiest way to define a global name is to select the range and enter the
name directly in the Name Box. The easiest way to define a local name is to
select the range and enter the name directly in the Name Box using the
syntax:
Sheetname!RangeName
"In the Define window, the name appears with the name of the sheet next to
it. I don't know how this was done, unless they did it manually in each of
the sheets."
If you have a global name defined on a worksheet, and you copy that
worksheet (which they may have done), Excel copies the name along with the
worksheet, but makes a local name out of it, local to that copied worksheet.