I want to store RTF data in an excel file into SQL and later retrieve it as RTF. I figured i can do this if i save the .textRTF object of a Rich Text Box in SQL. The problem i face is getting this data into the text box. From excel i can copy the data to clipboard and manually paste it into the Rich Text Box but when i try to use code to do it, i get plain text instead of RTF. I use the clipboard.gettext(format) function. I just can't get the right value for format for RTF. I keep on getting plain text. The exact thing i want to do is paste the RTF from clipboard to Rich Text box. If I can achieve this, all my problems will be solved. please help, any help would be highly appreciated.