View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Todd huttenstine Todd huttenstine is offline
external usenet poster
 
Posts: 260
Default Bold certain text in textbox

Hey guys

How do you programmatically bold a certain portion of text
in a textbox?

How would I bold the words "Hello my name is Todd" in the
following example?

textbox1.value = "Hello my name is Todd. What is your
name?"

I want to bold the first sentence, but not the second.



Thank you
Todd Huttenstine