N
Nikolay Klinachyov
Please correct my VB-code:
Shapes.ItemFromID(3).Text = "Ts<sup>2</sup>+1"
(HTML analogue: <p>Ts<sup>2</sup>+1</p>)
Unfortunately this code is not desirable:
Shapes.ItemFromID(3).Text = "Ts^2+1"
Shapes.ItemFromID(3).Text = "Ts<sup>2</sup>+1"
(HTML analogue: <p>Ts<sup>2</sup>+1</p>)
Unfortunately this code is not desirable:
Shapes.ItemFromID(3).Text = "Ts^2+1"