Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Alternative Ways to Spellcheck a Range

Hi Jay,

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).


Calling Spellcheck from Excel, either using F7 or the menu option, invokes
the CheckSpelling method. The only difference is that Excel always uses the
current values for the optional CustomDictionary, IgnoreUppercase,
AlwaysSuggest and SpellLang parameters. whereas invoking the method from VBA
enables these settings to be modified.


---
Regards,
Norman


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Alternative Ways to Spellcheck a Range

Thanks for the replay Norman. The reason I assumed the teo functions
were different (CheckSpelling and F7) were because when you spellcheck
with F7, it shows the active cell being checked so you can see the
error; however, when you call CheckSpelling, it does not show the cell
being checked. Are you sure they are the exact same function?

Thanks!
Jay

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Alternative Ways to Spellcheck a Range

Hi Jay,

Try turning on the macro recorder and run the SpellChecker - then examine
the resultant code.



---
Regards,
Norman



"Jay" wrote in message
oups.com...
Thanks for the replay Norman. The reason I assumed the teo functions
were different (CheckSpelling and F7) were because when you spellcheck
with F7, it shows the active cell being checked so you can see the
error; however, when you call CheckSpelling, it does not show the cell
being checked. Are you sure they are the exact same function?

Thanks!
Jay



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Alternative Ways to Spellcheck a Range

Good idea. I recorded it, and all it does is Cells.CheckSpelling.
However, when I run the recorded macro, it goes back to no displaying
the active cell, even though the active cell was displayed when I
recorded it. Are there alternative ways you can think of to figure out
what the F7 is doing? Thanks again!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The error of my ways. Cerberus Excel Discussion (Misc queries) 5 February 19th 08 09:36 PM
Spellcheck Macro Help Kevin Ward Excel Discussion (Misc queries) 2 February 25th 06 12:14 AM
Spellcheck zt Excel Discussion (Misc queries) 3 July 8th 05 09:33 AM
Alternative to QueryTables.Add method or Range.CopyFromRecordset??? [email protected] Excel Programming 1 May 27th 05 04:26 PM
Spellcheck via VBA in excel? Random Excel Programming 1 September 4th 03 01:34 PM


All times are GMT +1. The time now is 10:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"