Delete multiple custom number formats with VBA

paulym666

New Member
Joined
Jun 23, 2013
Messages
20
I have spreadsheet which for some reason have a large number of custom number formats (pages and pages in the custom format pane). Some of them are so complex I can't even guess what they look like. I think this might be the cause of some bloating of file size (I've already deleted hundreds of custom styles and unused range names).

Is there some simple VBA I can use to delete all custom number formats that aren't built in to Excel? I used "stylekiller" to delete the custom styles and thought I could edit that VBA to delete custom number formats - but I can't see a way to do it.

Does anyone know a way?
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
I don't think there's a simple way to do it via VBA as there isn't a collection of them exposed in the object model. It's probably simpler, assuming a current workbook format, to edit the styles.xml part of the workbook structure to just remove the numFmts section completely.
 
Upvote 0
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,252
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top