How to overide spell check blocking in protected sheet

  • Thread starter Thread starter johnnymo
  • Start date Start date
J

johnnymo

The problem is that when a worksheet is password protected
(which is necessary), you cannot spell check. Can a macro
be created to override this?
Thanks so much for any help on this :)
J.P.
 
A macro can unprotect the sheet, run the spell check, protect the sheet.

Turn on the macro recorder and perform the actions manually to get the code.
 
Remember that the password will be in the generated macro
code. So it could be good to protect the code (Lock object
from viewing), although this password could very easily
be cracked....
 
DUH !!!?????
Thanks for taking the time for this. I feel sooooo ........
Thanks again,J.P.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top