Hi everone

I am trying to TextBox3's font property as superscript but, it returns me "Object doesn't support this property".

Is there a way to do it via an another way?

My wrong code is:

[vba]
Private Sub CommandButton1_Click()
TextBox3.Text.Characters(Start:=4, Length:=3).Font.Superscript = True
End Sub
[/vba]

Thanks a lot.