Retrieving selection as RTF...

S

steve

I have a document in which I need to extract each paragraph inidividually
including the RTF markup for the paragraph. I currently have code working
in a VBA macro which successfully retrieves the actual text of each paragraph
without any RTF markup. Is there a way to retrieve the text including the
RTF markup for a paragraph using either the selection or range objects?

Steve.
 
Top