View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dorci Dorci is offline
external usenet poster
 
Posts: 29
Default Spell Check Unlocked Cells Only

Sorry, I was rushed -- I misspelled Excel and didn't post an actual question.
Is there a way to specify "only unlocked cells" in the following spell check
code?

ActiveSheet.Unprotect

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

ActiveSheet.Protect