Re: Spell Check in Protected Worksheets

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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