The following VBA can change word that is not in dictionary to RED:
Sub zz()
<code style="margin: 0px; padding: 0px; font-style: inherit; font-weight: inherit; line-height: 12px;">Dim ws As Worksheet, rng As Range, s$, w$
Set ws = ActiveSheet
For Each rng In ws.UsedRange
If...