View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default How do I hide an Excel module or macro from other users

Hi Illuminator,

In the VBE:

Tools | VBAProject Properties | Select Protection tab
| Check Lock project for viewing | Furnish & confirm password | OK

Whilst this will deny casual access to your code, the protection afforded by
Excel may readily be removed by anyone with the ability to Google.

---
Regards,
Norman



"illuminator" wrote in message
...
How do I hide and protect an Excel module or macro from other users