Remove Named Range With name

Hi Support,

I would like to remove the named range with name but not the content.

Can you help me in this.

Thanks,

ValuePRO

Hi,

Please delete it using the following code.


workbook.Worksheets.Names.Remove(“MyRange”);