RE: spelling check on a protected spread***



Thank you All, I've done it. I've used the Paul B approach:
Sub Spell_Check()
Active***.Unprotect Password:="123"
Cells.CheckSpelling _
CustomDictionary:="CUSTOM.DIC", _
IgnoreUppercase:=False, _
AlwaysSuggest:=True
Active***.Protect Password:="123"
End Sub



"Alex" wrote:

> Hi,
>
> Can I allow a user to do a spelling check on a protected spread*** if some
> cells/columns are awailable for the data entries?
>
> Thanks
.