Re: Spell Check in Protected Worksheets

Tech-Archive recommends: Fix windows errors by optimizing your registry



It is not easy..............<g>

See this google search result. Note Tom Ogilvy's coding and comments.

http://tinyurl.com/ysvdla


Gord

On Fri, 9 Feb 2007 12:50:01 -0800, Jae <Jae@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

Thank you for the advice Gord. One question though, I have text boxes in my
form which your macro appears to ignore. Is there something I can change to
have spell check look at everything on the ***?

Thanks again!


"Gord Dibben" wrote:

Using a macro is the only work around that I know of.

Sub Spell_Check()
Active***.Unprotect Password:="justme"
Cells.CheckSpelling SpellLang:=1033
Active***.Protect Password:="justme", DrawingObjects:=True, _
Contents:=True, Scenarios:=True
End Sub

Unprotects the ***, does the spellcheck then reprotects the ***.

"justme" can be changed to your password.


Gord Dibben MS Excel MVP


On Fri, 9 Feb 2007 07:37:01 -0800, Jae <Jae@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

I've read that the spell check function is not available in a protected
work***, but does anyone know of a work around?

Thanks in advance for you assistance.



.


Quantcast