G
Guy Zommer
Guest
Hi,
I would like to rotate pivot chart label in Pivot Chart Excel to appear vertical instead of horizontal
How to do it in VB.net?
in VBA:
.DataLabels.Orientation = xlUpward
.Format.TextFrame2.Orientation = msoTextOrientationUpward
Guy Zommer
Continue reading...
I would like to rotate pivot chart label in Pivot Chart Excel to appear vertical instead of horizontal
How to do it in VB.net?
in VBA:
.DataLabels.Orientation = xlUpward
.Format.TextFrame2.Orientation = msoTextOrientationUpward
Guy Zommer
Continue reading...