coreyalderin
New Member
- Joined
- Jun 9, 2011
- Messages
- 19
Is it possible to superscript only a portion of a chart's data label, using VBA?
In the older version of Excel I was able to use this:
With Selection.Characters(Start:=Length2 + 1, Length:=Length1).Font
.Superscript = True
but since converting to the new version of Excel, that code no longer works. I tried recording the steps, but the recorded program superscripts the whole data label.
Thank you
In the older version of Excel I was able to use this:
With Selection.Characters(Start:=Length2 + 1, Length:=Length1).Font
.Superscript = True
but since converting to the new version of Excel, that code no longer works. I tried recording the steps, but the recorded program superscripts the whole data label.
Thank you