Forum Discussion
EHX001
Sep 16, 2022Copper Contributor
VBA - SHOW empty cells as 0 in pivot chart
Anyone an idea on how to programmatically (vba) set "show empty cells as 0" in a vba created pivot chart?
HansVogelaar
Sep 16, 2022MVP
Let's say that the chart object you created has been assigned to the variable cht.
cht.DisplayBlanksAs = xlZero