vbAlex
Apr 27th, 2000, 10:54 PM
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...)
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...)