C
clayton
I want to only check the spelling in a single cell. When I add th
following it checks the complete sheet.
Private Sub CommandButton7_Click()
Worksheets("master").Unprotect Password:="password"
Range("b24").Select
Range("b24").CheckSpelling
Worksheets("master").Protect Password:="password"
end sub
What am I doing wrong? :
following it checks the complete sheet.
Private Sub CommandButton7_Click()
Worksheets("master").Unprotect Password:="password"
Range("b24").Select
Range("b24").CheckSpelling
Worksheets("master").Protect Password:="password"
end sub
What am I doing wrong? :