ADO recordset: Convert RTF field into plain text

A

arno

Hello,

somewhere I read that in VBA you can convert an RTF field into plain text
with eg.

myfield = PlainText(rtf_field)

which will remove all formats, tags etc. from the rich text and show the
plain text only. Is there a way to do this in Excel-VBA when using an ADO
recordset?

regards

arno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top