+ Reply to Thread
Results 1 to 2 of 2

Set addin reference at runtime.

  1. #1
    Forum Contributor
    Join Date
    12-04-2003
    Posts
    360

    Set addin reference at runtime.

    Does anyone know how to do this? I'm stumped.

    Dim addREF As Reference
    addREF.Collection.Item

    there's no Add method!

    Any ideas gratefully recieved
    CIA,
    Matt.

  2. #2
    Duncan
    Guest

    Re: Set addin reference at runtime.

    Private Sub Workbook_Open()
    AddIns("Analysis ToolPak").Installed = True
    End sub.


    Have you tried recording a macro when selecting the add-in? it returns
    something like the above.

    HTH

    Duncan


+ 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