I am trying to delete named ranges in my VBA routine. I use sheet specific name, however, Excel also adds the name to the non-sheet specific. For example, ActiveWorkbook.Names("test").RefersTo is different than Activesheet.Names("test").RefersTo
I want to delete the...