Is there a way to change all cells in a workbook that share a common number format?
I have a workbook with multiple tabs. I would like to be able to have a vba code to change the number formatting for all cells that have this #,##0_ );(#,##0) formatting to #,##0.0,_);(#,##0.0,) and then back again.
There are hundreds if not thousands of cells in my workbook that have the same formatting
I have a workbook with multiple tabs. I would like to be able to have a vba code to change the number formatting for all cells that have this #,##0_ );(#,##0) formatting to #,##0.0,_);(#,##0.0,) and then back again.
There are hundreds if not thousands of cells in my workbook that have the same formatting