Is there any way i can get the RTFtext of an excel cell directly without using VB. I need the RTFtext string of an excel cell similar to the RTFtext string of an rtf textbox in VB.
The only way i can do it now is copy the cell to clipboard and paste in RTF textbox and then use the RTFtextbox1.RTFtext parameter. This really slows down my code if i have large amount of data in excel.
Is there any way to get this RTFtext string from the excel itself rather than going to VB? Any help would be appreciated, thanks
The only way i can do it now is copy the cell to clipboard and paste in RTF textbox and then use the RTFtextbox1.RTFtext parameter. This really slows down my code if i have large amount of data in excel.
Is there any way to get this RTFtext string from the excel itself rather than going to VB? Any help would be appreciated, thanks