Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Emma
 
Posts: n/a
Default Spell check a protected spreadsheet

I have created a template spreadsheet and locked & protected some calc cells.
But the user now need to spell check the spreadsheet, but it is not
available while the spreadsheet is protected.

Is there any way this can be resolved, withouth unprotecting the sheet.

Thanks
Emma
  #2   Report Post  
Mike
 
Posts: n/a
Default

dump it into word and run a spell check there then manually change the
spreadsheet

"Emma" wrote:

I have created a template spreadsheet and locked & protected some calc cells.
But the user now need to spell check the spreadsheet, but it is not
available while the spreadsheet is protected.

Is there any way this can be resolved, withouth unprotecting the sheet.

Thanks
Emma

  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

Emma

You can use this macro to unprotect, run the spellcheck, then re-protect the
sheet.

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


Gord Dibben Excel MVP

On Tue, 19 Jul 2005 02:36:02 -0700, "Emma"
wrote:

I have created a template spreadsheet and locked & protected some calc cells.
But the user now need to spell check the spreadsheet, but it is not
available while the spreadsheet is protected.

Is there any way this can be resolved, withouth unprotecting the sheet.

Thanks
Emma


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
spell check for protected worksheet for Excel 97 Jessica Excel Discussion (Misc queries) 1 March 18th 05 05:48 PM
spell check in an Excel protected sheet Cats Excel Discussion (Misc queries) 1 February 16th 05 08:32 PM
Auto spell check as in word NC Excel Discussion (Misc queries) 2 January 27th 05 05:43 PM
spell check protected document Sportingspaniel Excel Discussion (Misc queries) 1 January 10th 05 11:40 AM
Why doesn't spell check work on a protected worksheet? Creating Order Forms is Fun Excel Worksheet Functions 6 December 22nd 04 07:34 PM


All times are GMT +1. The time now is 05:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"