Automatic spell check

K

Kate

I am wondering if there is a way to program Excel to automatically spell check an Excel document.
 
C

chandlm

this code will run the spell check.

Cells.CheckSpelling CustomDictionary:="CUSTOM.DIC"
IgnoreUppercase:=False , AlwaysSuggest:=True

HT
 
Top