CheckSpelling Method Continues beyond specified range
Sometimes when code like that below is executed, the Checkspelling method
continues checking spelling for the rest of the worksheet after it finishes
with the specified range. There is no notification between completion of
checking of the specified range and continuation beyond the named range.
Range("Discussion2").CheckSpelling
When the same code structure is applied to some ranges, the "overrun"
occurs, while for other ranges it does not.
|