Retrieving Rich Text from a RTF Text box in a User Form
Hey fellas,
I've got a VBA userform that contains a Rich Text Box. I need to retrieve the text in this box and put it into a cell in a table on the parent word document. The problem I'm having is when I use .Text, it leaves out the formatting (for bullets and the like), and when I use .TextRTF, it just spews a bunch of garbage into the cell. I feel like I'm missing something simple, but I can't put my finger on it. Any thoughts, VBA community?
|