View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
arno[_3_] arno[_3_] is offline
external usenet poster
 
Posts: 5
Default ADO recordset: Convert RTF field into plain text

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