Chart Title SuperScript

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hello,
I have a chart title with only one character that I want to make superscript
using VBA Code. For example:

"This is my number R2 today"

I want the 2 to be superscript. Is there a way to do that?

Thanks.

Bill
 
It is a mouthful, but:
Worksheets("Sheet1").ChartObjects(1).Chart.ChartTitle.Characters(20,1).Font.Superscript = True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top