I ingrid Registered User. Local time Today, 17:07 Joined Apr 10, 2003 Messages 42 Apr 11, 2003 #1 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......."
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......."
Oldsoftboss AWF VIP Local time Tomorrow, 02:07 Joined Oct 28, 2001 Messages 2,499 Apr 11, 2003 #2 I'm afraid not, well not in my experience. Sorry Dave
M Mario Registered User. Local time Today, 12:07 Joined Jul 3, 2002 Messages 67 Apr 11, 2003 #3 My solution to this problem always been to use many text boxes...