From: George Lee on
As the number of misspellings increases, accessing its object in the DOM gets
slow. It might take 10-20 seconds just to poll the Count property. For
example, using For Next loops is faster than For Each, but not by much.

Is there any way to speed this up or work around it?