Replace feature disabled?

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

Guest

I have an Excel application that is password protected. While it is password
protected the Replace feature is disabled. When I unprotect the document,
the Replace feature is enabled again. Is there a way around this? Thanks in
advance. Matt
 
Password protection is there to prevent changes. Evidently the internal code
for the Search and Replace function doesn't look for locked cells. If that's
the case, you can't do anything other than what you are already doing --
unprotect, replace, and protect again.
 
The problem is that not all of the cells on the worksheet are locked and I
want the user to be able to change certain cells. The Replace feature is not
even available for the unlocked cells. Thanks.
 
Yes, probably because the code wasn't written to handle the requirement to
search only in unlocked cells.
 

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