I'm trying to write a code to using VB.Net to delete the Named Range of the activecell. I can't seem to figure out the correct syntax for this. Can someone please help?
Dim xlApp As Excel.Application
xlApp = GetObject(, "Excel.Application")
xlApp.ActiveCell.Name.Name.Delete()
Thanks in advance.