Is there a way to delete all named ranges from a selection? Here is the selection that I am trying to delete the named ranged from:
Code:
Range("CompOverviewTable[[#Headers],[Competitor_one]]").Select
Range(Selection, Selection.End(xlToRight)).Offset(-1, 0).Select