View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
chandlm[_10_] chandlm[_10_] is offline
external usenet poster
 
Posts: 1
Default Automatic spell check

this code will run the spell check.

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

HT

--
Message posted from http://www.ExcelForum.com