T
tso
Hi Everyone,
I have found the Macro code to check spelling for one particula
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
I have found the Macro code to check spelling for one particula
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