hi,
i am trying to Superscript the a portion of the text in datalabels in a chart placed on a worksheet.
but it seems to Superscript the entire data label text. Also it seems to work properly in Excel 2003, but doesn't seem to work in Excel 2007/2010.
i am trying to Superscript the a portion of the text in datalabels in a chart placed on a worksheet.
Code:
Set dl=Cht.SeriesCollection(j).DataLabels
dl(i).Characters(Start:=LStart, Length:=1).Font.Superscript =msoTrue
but it seems to Superscript the entire data label text. Also it seems to work properly in Excel 2003, but doesn't seem to work in Excel 2007/2010.