Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know there are some programs in the market that can be used to by pass or
"RECALL' the password for the excel VBA codes. How should we write it even the password is correct, it will still delete or crash the whole excel to prevent ppl reading the VBA codes. Regards |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can't do it within XL. A compiled COM add-in is much more secure.
In article , "Naga" wrote: I know there are some programs in the market that can be used to by pass or "RECALL' the password for the excel VBA codes. How should we write it even the password is correct, it will still delete or crash the whole excel to prevent ppl reading the VBA codes. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Where can I find the compiled add-in?
"JE McGimpsey" wrote: Can't do it within XL. A compiled COM add-in is much more secure. In article , "Naga" wrote: I know there are some programs in the market that can be used to by pass or "RECALL' the password for the excel VBA codes. How should we write it even the password is correct, it will still delete or crash the whole excel to prevent ppl reading the VBA codes. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
COM addins can be written with VS or VS.NET or the Developer Editions
of MS Office. The VS/NET have more options as I recall. Programming Office COM addins is however not as easy as coding XL addins. Be prepared ot learn a lot! Another option is to buy a code obfuscator(FMS Inc has one). This will practically prevent code theft, but eventually not hacking of security features(e.g. registration codes). DM Unseen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Security | Excel Discussion (Misc queries) | |||
Security | Excel Discussion (Misc queries) | |||
Security | Excel Discussion (Misc queries) | |||
Security | Excel Discussion (Misc queries) | |||
security | Excel Programming |