DeleteNumberFormat Method Example
This example deletes the number format "000-00-0000" from the active workbook.
ActiveWorkbook.DeleteNumberFormat("000-00-0000")