Hello
I would like to be able to create a variable with subscripts in it (Eg CO2 where the 2 is subscript).
My code is
'...part of a loop
With ActiveChart
.HasTitle = True
.ChartTitle.Characters.Text = Sheets(1).Cells(2, 3).Value & " (" & Cmpd & ""
This will give me Eg Program 34 CO2 where Cmpd = CO2. I want the 2 to be subscript. If I could change the variable Cmpd such that it has subscripts that would really help.
Any ideas?
I would like to be able to create a variable with subscripts in it (Eg CO2 where the 2 is subscript).
My code is
'...part of a loop
With ActiveChart
.HasTitle = True
.ChartTitle.Characters.Text = Sheets(1).Cells(2, 3).Value & " (" & Cmpd & ""
This will give me Eg Program 34 CO2 where Cmpd = CO2. I want the 2 to be subscript. If I could change the variable Cmpd such that it has subscripts that would really help.
Any ideas?