Protect Worksheet Code Areas

R

retired bill

If I protect a worksheet/workbook from having anyone make changes, does this
automatically protect the worksheet code area/s as well?
 
P

Peter T

Just to add, password protected code is notoriously weak, best to consider
as a deterrent against the casual user tampering with your code but no more.

For code in a worksheet module password protection is virtually
non-existent. All you need to do is copy the sheet to a new workbook and
open the project (might also need select a sheet that doesn't have any code
and copy the pair).

Regards,
Peter T
 
Top