View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jay[_21_] Jay[_21_] is offline
external usenet poster
 
Posts: 8
Default Alternative Ways to Spellcheck a Range

Are there any other ways to perform a spell check on a range, other
then saying myRange.CheckSpelling(...)? Like maybe call the F7
Spellcheck function on a range somehow (this is different then the
range.CheckSpelling function). Thanks!