Font/style

ingrid

Registered User.
Local time
Today, 17:07
Joined
Apr 10, 2003
Messages
42
Is it possible to put multiple textstyle in one textbox by VBA. What I want to do is some text bold en some text normal. In ASP/HTML I would do it like this

textbox.value = "<B>Tekst</B>" & vbCrLf & "text......."
 
My solution to this problem always been to use many text boxes...
 

Users who are viewing this thread

Back
Top Bottom