Simple Case Of Protection

  • Thread starter Thread starter Chuckles123
  • Start date Start date
C

Chuckles123

Our software is Excel 2002, SP-2.
I have one .XLS file, and one corresponding .XLA file, containing zer
data in one Worksheet, one Project, and 13 Modules and Procedures.
Each file is stored on my C drive and on a network shared drive. M
objective is to share the macros across the network.

I am concerned about protection on the shared drive: for the .XL
file, I am aware of VBAProject - Project Propertis, Protection Tab.
For each of the shared files, I will assign read-only attributes. Fo
the .XLS shared file, am I correct in assuming that Worksheet an
Workbook protection are not going to do anything for me?

Thanks for a response,
Chuckles12
 
What are you concerned about, someone seeing the data or someone amending
the code.

If the former, the XLA worksheets are not visible or amendable from Excel,
unless the user changes the IsAddin property. If the latter, project
protection should cover it.

None of this is foolproof, but it does protect from unintentional misuse.
Malicious or malevolent minded souls are another problem and there is not
much you can do to finally protect from this.
 

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