D
Dan
I'm trying to recreate the same behavior in a macro that spellcheck has when
the spellcheck button is pressed. The spellcheck does not cycle through the
cells visually when run from a macro, so when there is a misspelled word,
you cannot see the cell it is a part of.
If anyone knows how I can get this behavior to work, it would be GREATLY
appreciated.
I did a record new macro, and got code similar to the following:
Sub testSpelling()
Range("F2:F500").Select
Selection.CheckSpelling SpellLang:=1033
End Sub
thanks, dan
the spellcheck button is pressed. The spellcheck does not cycle through the
cells visually when run from a macro, so when there is a misspelled word,
you cannot see the cell it is a part of.
If anyone knows how I can get this behavior to work, it would be GREATLY
appreciated.
I did a record new macro, and got code similar to the following:
Sub testSpelling()
Range("F2:F500").Select
Selection.CheckSpelling SpellLang:=1033
End Sub
thanks, dan