PC Review


Reply
Thread Tools Rate Thread

How can I activate spell check in a protected sheet

 
 
CKBW
Guest
Posts: n/a
 
      3rd Jul 2008

 
Reply With Quote
 
 
 
 
jaf
Guest
Posts: n/a
 
      3rd Jul 2008
You can't.
You can't without unprotecting the sheet.
You can write a macro that will unprotect the sheet, do the spell check,
protect the sheet.

If users are going to run the macro you may want to prevent them from
breaking out of the macro.

John



"CKBW" <(E-Mail Removed)> wrote in message
news:375AB6B8-EE97-4B58-AB3F-(E-Mail Removed)...
>


 
Reply With Quote
 
CKBW
Guest
Posts: n/a
 
      3rd Jul 2008
Any suggestions on how

"jaf" wrote:

> You can't.
> You can't without unprotecting the sheet.
> You can write a macro that will unprotect the sheet, do the spell check,
> protect the sheet.
>
> If users are going to run the macro you may want to prevent them from
> breaking out of the macro.
>
> John
>
>
>
> "CKBW" <(E-Mail Removed)> wrote in message
> news:375AB6B8-EE97-4B58-AB3F-(E-Mail Removed)...
> >

>
>

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      5th Jul 2008
Sub Spell_Check()
ActiveSheet.Unprotect Password:="justme"
Cells.CheckSpelling SpellLang:=1033
ActiveSheet.Protect Password:="justme", DrawingObjects:=True, _
Contents:=True, Scenarios:=True
End Sub

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

"justme" can be changed to your password.


Gord Dibben MS Excel MVP

On Thu, 3 Jul 2008 15:05:01 -0700, CKBW <(E-Mail Removed)> wrote:


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Spell check protected sheet =?Utf-8?B?U3V6YW5uZQ==?= Microsoft Excel Misc 0 30th May 2007 05:52 PM
Protected sheet spell check Liz Microsoft Excel Misc 0 11th May 2006 05:05 PM
How I activate spell check in a protected word form? =?Utf-8?B?RWR3YXJkIEE=?= Microsoft Word Document Management 1 19th Jan 2005 07:52 PM
Is there a way to spell check a protected sheet? matt Microsoft Excel Misc 1 4th Oct 2003 01:53 AM
How to spell check a protected sheet? Bill Rubin Microsoft Excel Discussion 0 22nd Jul 2003 11:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:06 PM.