Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 -- Chuckles12 ----------------------------------------------------------------------- Chuckles123's Profile: http://www.excelforum.com/member.php...fo&userid=1494 View this thread: http://www.excelforum.com/showthread.php?threadid=26712 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. -- HTH RP "Chuckles123" wrote in message ... Our software is Excel 2002, SP-2. I have one .XLS file, and one corresponding .XLA file, containing zero 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. My objective is to share the macros across the network. I am concerned about protection on the shared drive: for the .XLS file, I am aware of VBAProject - Project Propertis, Protection Tab. For each of the shared files, I will assign read-only attributes. For the .XLS shared file, am I correct in assuming that Worksheet and Workbook protection are not going to do anything for me? Thanks for a response, Chuckles123 -- Chuckles123 ------------------------------------------------------------------------ Chuckles123's Profile: http://www.excelforum.com/member.php...o&userid=14948 View this thread: http://www.excelforum.com/showthread...hreadid=267128 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple Worksheet Protection | Excel Worksheet Functions | |||
Changing multiple cell text from lower case to upper case | Excel Discussion (Misc queries) | |||
Change the text from lower case to upper case in an Excel work boo | Excel Discussion (Misc queries) | |||
Excel should have a quick and simple "change case" function like . | Excel Worksheet Functions | |||
Hopefully simple Select Case error | Excel Programming |