ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how to unlock spell check? (https://www.excelbanter.com/excel-discussion-misc-queries/191168-how-unlock-spell-check.html)

gage guy1

how to unlock spell check?
 
I recevied a workbook from another person and they have the spell check
button locked out so I can't use it. Question: How can I unlock button so I
can use it? If anyone can help I thank-you.
--
gage guy1

Kevin B

how to unlock spell check?
 
The worksheet has been protected, which is why the spell check button is
unavailable. Click TOOLS on the menu, select PROTECTION, UNPROTECT SHEET.

If it isn't password protected you're back in business, otherwise you'll
have to get the password from the files originator.
--
Kevin Backmann


"gage guy1" wrote:

I recevied a workbook from another person and they have the spell check
button locked out so I can't use it. Question: How can I unlock button so I
can use it? If anyone can help I thank-you.
--
gage guy1


[email protected]

how to unlock spell check?
 
thanks
but the problem is it's an Excell document that is shared with multiple
users and requires user input. (Employee evaluations). HR wants it protected
to preserve the text, but users need the ability to spell check. Any other
way to enable spell check without unprotecting?

"Kevin B" wrote:

The worksheet has been protected, which is why the spell check button is
unavailable. Click TOOLS on the menu, select PROTECTION, UNPROTECT SHEET.

If it isn't password protected you're back in business, otherwise you'll
have to get the password from the files originator.
--
Kevin Backmann


"gage guy1" wrote:

I recevied a workbook from another person and they have the spell check
button locked out so I can't use it. Question: How can I unlock button so I
can use it? If anyone can help I thank-you.
--
gage guy1


Gord Dibben

how to unlock spell check?
 
Note: tested on 2003 and 2007

Using a macro is the only work around that I know of.

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 Fri, 20 Mar 2009 15:00:12 -0700,
wrote:

thanks
but the problem is it's an Excell document that is shared with multiple
users and requires user input. (Employee evaluations). HR wants it protected
to preserve the text, but users need the ability to spell check. Any other
way to enable spell check without unprotecting?

"Kevin B" wrote:

The worksheet has been protected, which is why the spell check button is
unavailable. Click TOOLS on the menu, select PROTECTION, UNPROTECT SHEET.

If it isn't password protected you're back in business, otherwise you'll
have to get the password from the files originator.
--
Kevin Backmann


"gage guy1" wrote:

I recevied a workbook from another person and they have the spell check
button locked out so I can't use it. Question: How can I unlock button so I
can use it? If anyone can help I thank-you.
--
gage guy1




All times are GMT +1. The time now is 06:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com