+ Reply to Thread
Results 1 to 4 of 4

VBA Security

  1. #1
    Naga
    Guest

    VBA Security

    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. #2
    JE McGimpsey
    Guest

    Re: VBA Security

    Can't do it within XL. A compiled COM add-in is much more secure.


    In article <4429757C-D608-4D11-B5CD-A10C93F56935@microsoft.com>,
    "Naga" <Naga@discussions.microsoft.com> 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. #3
    Naga
    Guest

    Re: VBA Security

    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 <4429757C-D608-4D11-B5CD-A10C93F56935@microsoft.com>,
    > "Naga" <Naga@discussions.microsoft.com> 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. #4
    DM Unseen
    Guest

    Re: VBA Security

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1