Invisibleman
New Member
- Joined
- Sep 16, 2015
- Messages
- 13
Dear all,
For the charts, I can change the brightness on the bars and such in VBA. But I am also try to set the brightness on the datalabels in VBA. But this I can't find.
I did try multiple options;
DataLabels.Interior.Brightness
DataLabels.ForeColor.Brightness
DataLabels.Brightness
DataLabels.Format.Brightness
But none seem to work. Can anybody tell me, how to set the brightness for the data labels in the VBA?
Thanks in advance,
Hans
For the charts, I can change the brightness on the bars and such in VBA. But I am also try to set the brightness on the datalabels in VBA. But this I can't find.
I did try multiple options;
DataLabels.Interior.Brightness
DataLabels.ForeColor.Brightness
DataLabels.Brightness
DataLabels.Format.Brightness
But none seem to work. Can anybody tell me, how to set the brightness for the data labels in the VBA?
Thanks in advance,
Hans