of course I only want to protect my own vba-project. But in the case when
the pw-dlg is shown, this pw is crackable with the tools you can get in the
internet, but under the condition when the "Project is unviewable" it is not
crackable (or more difficult), that the reason why I'm looking for the
solution to make my distributed project "unviewable".
> "absolute crack" in what sense? If you're getting the 'project is
> unviewable' message, you have not, in fact, opened the document containing
[quoted text clipped - 36 lines]
>>>>
>>>> Thanks Pierre
Jezebel - 15 Feb 2005 10:53 GMT
As explained, 'unviewable' is just the condition of the code project being
loaded or not. There isn't anything else to it.
> of course I only want to protect my own vba-project. But in the case when
> the pw-dlg is shown, this pw is crackable with the tools you can get in
[quoted text clipped - 42 lines]
>>>>>
>>>>> Thanks Pierre
Jonathan West - 15 Feb 2005 11:15 GMT
> of course I only want to protect my own vba-project. But in the case when
> the pw-dlg is shown, this pw is crackable with the tools you can get in
> the internet, but under the condition when the "Project is unviewable" it
> is not crackable (or more difficult), that the reason why I'm looking for
> the solution to make my distributed project "unviewable".
There is no mechanism for providing more security on VBA projects than the
project password, provided you still implement your code in a template.
There are therefore two options available to you.
1. Move all your code into a COM-add-in, written in VB6 or similoar
language. This article will help you
Creating a Microsoft Office 2000 COM Add-in
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dno2kta/html/ms
o2kaddin.asp
2. Move most of your code into a VB6 ActiveX DLL, and call the functions of
the DLL from the small amount of remaining code in your Word add-in.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup