You can set a textbox's bold property using the FontWeight property, but as Scoty pointed out you can only make the whole string within the textbox bold, not a portion of it.
MyTextbox.FontWeight = 700 '700 is bold
HTH Joe Miller
joe.miller@flotech.net