using spellcheck while a worksheet is protected

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have locked and unlocked cells in my worksheet to create a fill in the blanks form. I have protected the worksheet and I would like my customers to be able to spell check. The spell check feature is not available if the worksheet is protected. How can I give this function back to the customer; before they print the form filled out?
 
You need to have a macro that unprotect the sheet, spell-check, protect and
then print it.

--
For everyone's benefit keep the discussion in the newsgroup.

Regards,

Peo Sjoblom


Karla said:
I have locked and unlocked cells in my worksheet to create a fill in the
blanks form. I have protected the worksheet and I would like my customers
to be able to spell check. The spell check feature is not available if the
worksheet is protected. How can I give this function back to the customer;
before they print the form filled out?
 
Back
Top