Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() my excel program uses vb script, some subs in my script also access codemodule adding events or some su statements. but how to protect my vb from clients, for example i dont want that anybody can view my code it is possible in excel ???? thank -- Mare ----------------------------------------------------------------------- Marek's Profile: http://www.excelforum.com/member.php...fo&userid=1376 View this thread: http://www.excelforum.com/showthread.php?threadid=26784 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
-In the vba editor, select your project. - menu Tools 'VBAProject' Properties (or right-click the project in the Project Explorer and choose Properties), tab Protection: -check 'Lock Project For Viewing' -and enter a password. However you need to know that this type of protection is similar to protecting an excel sheet: not very strong. Many free software found on the web crack the project in a minute. But it's better than nothing. Also, while protected , the code is not encrypted. Regards, Sebastien "Marek" wrote: my excel program uses vb script, some subs in my script also access codemodule adding events or some sub statements. but how to protect my vb from clients, for example i dont want that anybody can view my code it is possible in excel ???? thanks -- Marek ------------------------------------------------------------------------ Marek's Profile: http://www.excelforum.com/member.php...o&userid=13769 View this thread: http://www.excelforum.com/showthread...hreadid=267840 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protect Workbook Vs Protect Sheet | New Users to Excel | |||
Can I protect columns w/in a "List" using Protect Sheet? | Excel Discussion (Misc queries) | |||
Excel 2000/XP script to Excel97 script | Excel Programming | |||
VB Script Help | Excel Programming | |||
VB Script help | Excel Programming |