R Ron de Bruin Nov 13, 2003 #2 With this macro you can delete the names in your workbook Sub test() Dim nm As name For Each nm In ThisWorkbook.Names nm.Delete Next End Sub
With this macro you can delete the names in your workbook Sub test() Dim nm As name For Each nm In ThisWorkbook.Names nm.Delete Next End Sub