View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bigwheel[_2_] bigwheel[_2_] is offline
external usenet poster
 
Posts: 12
Default Hide VB Source Code

You can protect your code by using the passwors protection...

Click on "Tools,VBAProject Properties" in your Visual Basic editor, then
click the protection tab.

"AvalonDave" wrote in message
...
Hi,


Is there any way to hide the VB source code to my macro I create in an

excel
workbook so i can prevent someone from stealing my code?


Thanks,

AvalonDave