Billwzw
If a name is set up through VBA it can be set to Visible=False and it will not show in the UI, e.g this VBA code
Sub CreateHiddenName
ThisWorkbook.Names.Add "Test1",,"False",,,,,"=$A$2"
End Sub
Sets a range name of Test1 in cell A2 and marks it as hidden, It will not now show in name manager
Regards
Nick Hodge
Microsoft MVP, Excel
Southampton, UK