View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jay[_21_] Jay[_21_] is offline
external usenet poster
 
Posts: 8
Default Spell Check range and move to active cells

Looks like no one really knows yet. We'll if anyone ever does want to
know, i figured it out. Add the following line of code anytime before
you call the spell check:

Application.SpellingOptions.SuggestMainOnly = True

-Jay