Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi Everyone,
I have found the Macro code to check spelling for one particular worksheet. However, I want the macro to check the spelling in all 10 worksheets. This is what I am using now. Sub SpellCheckIt() Sheets("Sheet1").Unprotect "Password" ActiveSheet.CheckSpelling Sheets("Sheet1").Protect "Password" End Sub Thank you, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using Spell check on protected sheet | Excel Worksheet Functions | |||
Spell Check with protected sheets | Excel Discussion (Misc queries) | |||
Spell check protected sheet | Excel Discussion (Misc queries) | |||
Spell Check in Protected Worksheet & Shared Workbook | Excel Discussion (Misc queries) | |||
Spell Check in Protected Worksheet & Shared Workbook continued | Excel Discussion (Misc queries) |