Protection Malfunction?

A

Al

XL2003 on XP

I’m working in a network environment where upgrades of operating system and
application packages are automatically downloaded overnight so users need
take no action to have the latest versions available. I have several Excel
applications in which the macros do basic password protections to user files
so that formulas are not accidentally overwritten:

For Each ws In ActiveWorkbook.Worksheets
ws.Protect Password:="", UserInterFaceOnly:=True
Next

Up to 3 months ago they worked fine. I don’t know just when things changed,
but now the password protection is applying to my macros as well, in spite of
the argument. Can anybody explain this? Is it possible that the system
admin has changed user permissions in some way that overrides the argument?
 

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

Top