I have recorded a macro that can delete specific Define Names
(ActiveWorkbook.Names(####).Delete)
but as there are multiple and varying Names Defined in the sheets I am trying to amalgamate I wanted to create a generic one to delete all of them.
Is this possible?
Thanks in advance,
James
(ActiveWorkbook.Names(####).Delete)
but as there are multiple and varying Names Defined in the sheets I am trying to amalgamate I wanted to create a generic one to delete all of them.
Is this possible?
Thanks in advance,
James