YESThank you for solving the problem :D finally got rid of that, thanks to you. Earlier I tried to remove the name using code:
Dim n As Name
On Error Resume Next
For Each n In ActiveWorkbook.Names
n.Delete
Next n
But it did not give the expected result.
Can I have an additional question. How should look macro code that immediately unhidden and delete names without manual interference with the manager names.
Bookmarks