I am trying to get the RTF String of data stored in a cell in EXCEL 2000.
I need the rtf string because the data is formatted and it contains symbol fonts, subscripts, superscripts etc
Is there a way to get the rich text string directly from the cell.
I also tried to send this cell to clipboard ( using selection.copy) and try to get the RTF from clipboard using
clipboard.gettext(vbcfrtf) but it doesn't work in VBA
I also tried to get to paste this data in word using
WD.Selection.PasteSpecial DataType:=wdPasteRTF
but the symbol font's get converted to ??? when it pastes into word. That is really funny, wonder why?
What is the best way to do this? Pls advise asap.
If anything can go wrong, it WILL.
I need the rtf string because the data is formatted and it contains symbol fonts, subscripts, superscripts etc
Is there a way to get the rich text string directly from the cell.
I also tried to send this cell to clipboard ( using selection.copy) and try to get the RTF from clipboard using
clipboard.gettext(vbcfrtf) but it doesn't work in VBA
I also tried to get to paste this data in word using
WD.Selection.PasteSpecial DataType:=wdPasteRTF
but the symbol font's get converted to ??? when it pastes into word. That is really funny, wonder why?
What is the best way to do this? Pls advise asap.
If anything can go wrong, it WILL.