Code:
Private Sub Command1_Click()
Clipboard.Clear
Clipboard.SetText Text2.Text, vbCFRTF
End Sub
why does this not work ?????

text2 is a richtextbox
with font "verdana" and the caracters have a different size.

i want to copy the whole text (with font size, bold, etc...) to the clipboard and then i copy it to another program (like word or outlook...)