Hi!
How do you format PivotTable Calculated Field numbers in VBA? I'm trying to format the numbers so that all the actual numbers show with two decimals and plain zeroes show as "".
The
seems to work in all the normal data fields but with the Calculated Fields this shows zeroes as ",".
I'm using XL2003.
Thank you already in advance!
How do you format PivotTable Calculated Field numbers in VBA? I'm trying to format the numbers so that all the actual numbers show with two decimals and plain zeroes show as "".
The
Code:
.NumberFormat = "# ###.##"
I'm using XL2003.
Thank you already in advance!