PDA

View Full Version : Trying To Make TextBox's Font Property is Superscript



Erdin? E. Ka
11-10-2006, 05:22 AM
Hi everone :hi:

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:


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


Thanks a lot.

Andy Pope
11-10-2006, 09:54 AM
Userform and ActiveX control textboxes do not allow multi character formatting.
Any font attributes apply to ALL the text.

Erdin? E. Ka
11-10-2006, 09:59 AM
Hi Andy Pope.

Thank you for the important help.

By the way, i want to thank you for Button Editor. It is a wonderful job. :clap2:
Best regards.