G Guest Jan 22, 2004 #1 I am wondering if there is a way to program Excel to automatically spell check an Excel document.
C chandlm Jan 23, 2004 #2 this code will run the spell check. Cells.CheckSpelling CustomDictionary:="CUSTOM.DIC" IgnoreUppercase:=False , AlwaysSuggest:=True HT
this code will run the spell check. Cells.CheckSpelling CustomDictionary:="CUSTOM.DIC" IgnoreUppercase:=False , AlwaysSuggest:=True HT