Results 1 to 2 of 2
  1. #1
    Robeen is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,593

    Adding & Loading Add-In at Run Time.

    An Access DB [accdb] I am working on uses a Third-Party Add-In.
    This Add-In has to be manually Added/Loaded when the DB is opened in Design View.



    Is there a way to do this programmatically at Run Time?

    I'd appreciate any help/pointers/feedback/comments I can get. Thanks!!

  2. #2
    Robeen is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,593
    The only thing close to what I'm looking for is this snippet to install an Excel AddIn:

    Code:
    Sub InstallAddIn()
        Dim AI As Excel.AddIn
        Set AI = Application.AddIns.Add(Filename:="C:\MyAddIn.xla")
        AI.Installed = True
    End Sub
    Not sure if/how this translates into Access.
    I'm hoping that it will be similarly simple in Access!
    ??

Please reply to this thread with any new information or opinions.

Similar Threads

  1. adding and subtracting two time
    By smahdih in forum Queries
    Replies: 3
    Last Post: 11-20-2011, 03:21 PM
  2. Adding Time help
    By Bozilla in forum Forms
    Replies: 3
    Last Post: 11-08-2011, 09:18 AM
  3. Problems loading TIME
    By Daniel.Kuiper1@ing.nl in forum Import/Export Data
    Replies: 2
    Last Post: 09-23-2011, 01:43 AM
  4. Adding Time
    By jlclark4 in forum Queries
    Replies: 7
    Last Post: 05-04-2011, 10:35 AM
  5. Slow Access Loading time
    By alexstoker in forum Access
    Replies: 3
    Last Post: 02-05-2006, 08:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums