Consulting

Results 1 to 2 of 2

Thread: VBA VS COM ADD IN

  1. #1
    VBAX Tutor mohanvijay's Avatar
    Joined
    Aug 2010
    Location
    MADURAI
    Posts
    268
    Location

    VBA VS COM ADD IN

    Hai ,

    I write VBA to get password of other excel files

    it takes 1.25 minutes for get password "zzz" (selection criteria: only small letters, minimum length=3, maximum length = 3)

    and takes 25 minutes for get password "zzzz" (selection criteria: only small letters, minimum length=4, maximum length = 4)

    so i think it will run faster to make his as COM ADD IN

    i get example from http://www.cpearson.com/excel/CreatingCOMAddIn.aspx and make DLL and regiter

    but the COM ADD IN takes 2.15 minutes where VBA takes 1.25 minutes and still run upto 45 minutes where VBA takes 25 minutes how do i get
    faster the code and why the COM ADD IN run slowly

    i attached sample of vba

    please help

  2. #2
    Knowledge Base Approver VBAX Guru macropod's Avatar
    Joined
    Jul 2008
    Posts
    4,435
    Location
    Hi mohanvijay,

    We don't help with password retrieval/breaking here ...
    Cheers
    Paul Edstein
    [Fmr MS MVP - Word]

Posting Permissions

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