Syntax 
 | Result = Printer.SetRTF2html(rtfText[, Quoted]) 
 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
Description 
 | Converts the RTF formatted string rtfText into a properly formatted html string. Optionally, the html string can be formatted as quoted string. Quoted strings are commonly used for exporting data and do not contain any line feeds. 
 
  | |||||||||
See Also 
 | ||||||||||
Example 
 | Sub Main  |