View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ian[_13_] Ian[_13_] is offline
external usenet poster
 
Posts: 8
Default Locking VBA module so view only

I have an Excel VBA module that I wish to stop users changing the
VBA code, but allow them to look at the code.

I seem only able to prevent viewing as well as changes.

Can I lock it and allow them to view only?

Ian,