Our company has a custom database that allows the user to create custom “reports” (via MS Query) that produces an Excel spreadsheet. This spreadsheet doesn’t have any special formatting, which is okay, but one particular annoyance is that fields that are RTF-formatted in the database show up as the “raw” RTF code in the corresponding Excel cell. The database support team is working on a solution from their end, but in the meantime I’d like to strip off the RTF tags and leave only the text that’s supposed to be visible (leaving it unformatted is okay). Does anyone know an easy way to do this? Is there some VBA code out there that parses out the visible text from raw RTF “code”? I’d rather not dive in and reinvent the wheel if someone out there is already “rolling.”
Thanks.