RE: spelling check on a protected spread***
- From: "Alex" <Alex@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 6 Sep 2005 17:18:58 -0700
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
.
- References:
- spelling check on a protected spread***
- From: Alex
- spelling check on a protected spread***
- Prev by Date: Row Color
- Next by Date: RE: Copy and Past to Differerent Work ***
- Previous by thread: spelling check on a protected spread***
- Next by thread: Work*** Protection
- Index(es):