Application.PlainText (Access)
Strips the rich text formatting from a string and returns an unformatted text string.
Dim strRichText As String: strRichText =
Dim strPlainText As String
strPlainText = PlainText(RichText:=strRichText)
Arguments
The following argument is required
RichText (String) - The rich text string that you want to remove the formatting of.
Optional arguments
The following argument is optional
Length (Long) - The number of characters to return.