What version of excel are you using?I've never had that happen.
There ARE a couple of things you can try or check:
In the protected sheet, what cell is "selected" when you protect the 
sheet?Sometimes, if you have a locked cell selected, when you protect the 
sheet, it is STILL selected.So, when you save the workbook, and they open it, 
Excel expects that you want to access the locked cell and requests 
authorization.
Secondly:If the previous solution doesn't take care of it, you can create a 
Workbook_Open macro that has the line:
Application.Displayalerts = False
the workbook would then have to be saved as .xlsm or .xlsb, since the .xlsx 
format does not support macros.(that is, if you're using Excel 2007, 2010 or 
2013) Paul-----------------------------------------
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
----------------------------------------- 

    On Friday, February 5, 2016 10:58 AM, Studiospeaker 
<studiospea...@gmail.com> wrote:
 
 

 Excel Experts:1. I locked selected cells in a spreadsheet (which contain 
formulae) and set Protect with a password.2. Each time a user opens the 
spreadsheet, the "Unprotect Sheet" password dialog box prompt comes up.3. Is 
there a way I can suppress this dialog box from coming up? I want the users to 
be able to use this spreadsheet without that pop-up message coming each time. 
Then they think they have to enter a password, which is not the case. It causes 
confusion to some of them.
Thank you for your help!-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


 
  

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.

Reply via email to