#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Paul B

Hi Paul. Thanks for your reply to "Spell check" in a protected sheet. I
copied and pasted your macro directly, but errors occur. I am not familiar
with writing codes. Would you mind revisiting my request and editing your
code input to be exactly correct so i can paste it in. Thanks for your
trouble.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 709
Default Paul B

Tonks, best to stay in the original post, word wrap may have been the
problem, see if this will work,

Sub Spell_Check()
'spell check a protected sheet
Const Password = "123" '**Change password here**
ActiveSheet.Unprotect Password:=Password
Cells.CheckSpelling CustomDictionary:= _
"CUSTOM.DIC", IgnoreUppercase:=False _
, AlwaysSuggest:=True
ActiveSheet.Protect Password:=Password
End Sub


--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Tonks" wrote in message
...
Hi Paul. Thanks for your reply to "Spell check" in a protected sheet. I
copied and pasted your macro directly, but errors occur. I am not

familiar
with writing codes. Would you mind revisiting my request and editing your
code input to be exactly correct so i can paste it in. Thanks for your
trouble.



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
Keyboard Shortcuts - Protect Worksheet Maurice New Users to Excel 4 July 13th 06 01:03 PM
prices Manager that needs help Excel Discussion (Misc queries) 7 March 27th 06 05:30 PM
to Paul Lautman - timesheet Pat Excel Discussion (Misc queries) 1 March 15th 06 06:06 PM
Combining IF and Count functions SE Excel Discussion (Misc queries) 6 October 13th 05 10:19 PM
How to Replace numbers and text with numbers only? Robert Judge Excel Worksheet Functions 3 November 5th 04 04:36 PM


All times are GMT +1. The time now is 08:34 PM.

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

About Us

"It's about Microsoft Excel"