superscirpting

  • Thread starter Thread starter BC
  • Start date Start date
B

BC

I want to superscript an answer to a formula. Example:
A1+A2=50. I want to have 50 and then superscript A or 1
next to the 50. How do you do this function?
 
I don't understand exactly what you want to do
But maybe this will help you to change a part of the string to Superscript

Range("A1").Value = "Hey There "
Range("A1").Characters(Start:=1, Length:=3).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