I have a 3-D pie chart and I would like to use VBA to manipulate the labels for the data points. Currently for my chart I have semi colon selected as the separator, but I don't like the look and feel of this or any of the built-in separators. Currently, one of my labels looks like this:
Complete; 133; 61%
Is it possible to parse the label data and format it myself? For example, I would like the label to look like this:
Complete: 133 (61%)
Is it possible to do this?
Thanks.
Complete; 133; 61%
Is it possible to parse the label data and format it myself? For example, I would like the label to look like this:
Complete: 133 (61%)
Is it possible to do this?
Thanks.