'Save As' warning 'Protected and therefore read only'

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

Guest

Something happened to my workbook when I e-mailed the file to another site. When I try to 'Save As', a warning pops up saying"The cell or chart you are trying to change is protected and therefore read only". I then click the "OK" 11 times and it lets me "save As". My older versions of the workbook do not do this. Thx for your help. Jerry
 
do you have this workbook posted on a site available for download? its
hard to diagnose this problem without seeing the code
 
It sounds like there might be an event macro lurking that's causing you trouble.

Try opening your workbook with macros disabled. The try to save it and see what
happens.

Excel's VBA has a workbook_beforesave event that can try to update a cell (or 11
cells) before you save the workbook.

You may want to go back to the developer and ask them to look at your
workbook--if it isn't you.

Did you change versions of excel (like from xl97 or xl2k to xl2002)? Maybe the
code expected something that it didn't find in that other version.
 
I want to copy to a disk.Keeps saying i can't read only. I change it in explorer but not happening
 

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