How to protect VBA code inside Excel
I looking about it, how to stop view in .xls file VBA code without standart password protection (demo)... This man done, but only added demo, look here, and if somebody know how done this, please write here...
Thank's

How to protect VBA code inside Excel?
garrone
Private Sub cmdDM_Click()
Dim V, B, S, Z1, Z7, Z9, Z4, Z2
'CW
Dim ms As String
ms = "Versuch doch mal an den Source zu kommen *fg*"
MsgBox ms
End Sub
That's the code from that workbook. If you want to impress the guy, send it to him. But i guess he knows himself.
Sorry fot that!
mordor_fr