Hi,

Now don't get me wrong, I'm no beginner but I just have not done this for a year so I have forgot. I want to select some text and make only the selected text bold when the bold button is pressed. I tried this:

------------------------------------
txtComment.Seltext = txtComment.Font.Bold
------------------------------------

What wrong here?

Thanks