Automatic spell check

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am wondering if there is a way to program Excel to automatically spell check an Excel document.
 
this code will run the spell check.

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

HT
 
Back
Top