try this:

Code:
'to set text:

clipboard.settext rtf1.textrtf
rtf1.text = ""

'---------------------------------------
to get text:
rtf1.text = ""
rtf1.textrtf = clipboard.gettext
and hey presto, it keeps your formatting (i think???) test it tell me if it works