+ Reply to Thread
Results 1 to 8 of 8

Call a add_in function in excel vba?

  1. #1
    libing
    Guest

    Call a add_in function in excel vba?


    the add_in is installed, and I want to call the functions from the
    add_in, seems doesn't work,how?


    --
    libing
    ------------------------------------------------------------------------
    libing's Profile: http://www.msusenet.com/member.php?userid=1773
    View this thread: http://www.msusenet.com/t-1870496572


  2. #2
    Bob Phillips
    Guest

    Re: Call a add_in function in excel vba?

    Two ways

    Set a reference to the addin (Tools>Referebces)

    or use application run

    Application.Run "addin_name.xla!macro_name"

    --
    HTH

    Bob Phillips

    "libing" <libing.1pw44w@no-mx.msusenet.com> wrote in message
    news:libing.1pw44w@no-mx.msusenet.com...
    >
    > the add_in is installed, and I want to call the functions from the
    > add_in, seems doesn't work,how?
    >
    >
    > --
    > libing
    > ------------------------------------------------------------------------
    > libing's Profile: http://www.msusenet.com/member.php?userid=1773
    > View this thread: http://www.msusenet.com/t-1870496572
    >




  3. #3
    libing
    Guest

    Re: Call a add_in function in excel vba?


    I set a reference, still doesn't work,is it a mavro?


    --
    libing
    ------------------------------------------------------------------------
    libing's Profile: http://www.msusenet.com/member.php?userid=1773
    View this thread: http://www.msusenet.com/t-1870496572


  4. #4
    Bob Phillips
    Guest

    Re: Call a add_in function in excel vba?

    Is what a macro?

    --
    HTH

    Bob Phillips

    "libing" <libing.1pw9ov@no-mx.msusenet.com> wrote in message
    news:libing.1pw9ov@no-mx.msusenet.com...
    >
    > I set a reference, still doesn't work,is it a mavro?
    >
    >
    > --
    > libing
    > ------------------------------------------------------------------------
    > libing's Profile: http://www.msusenet.com/member.php?userid=1773
    > View this thread: http://www.msusenet.com/t-1870496572
    >




  5. #5
    Dave Peterson
    Guest

    Re: Call a add_in function in excel vba?

    Do you mean you want to user your userdefined function in a cell in the other
    workbook?

    If yes, then:

    =myfunction(a1)

    should work (myfunction is a UDF in the addin that's loaded).

    libing wrote:
    >
    > the add_in is installed, and I want to call the functions from the
    > add_in, seems doesn't work,how?
    >
    > --
    > libing
    > ------------------------------------------------------------------------
    > libing's Profile: http://www.msusenet.com/member.php?userid=1773
    > View this thread: http://www.msusenet.com/t-1870496572


    --

    Dave Peterson

  6. #6
    libing
    Guest

    Re: Call a add_in function in excel vba?


    i want to use the function from the addin in my vba code,why run
    "addin_name.xla!macro_name:?bob, may I have ur msn or skype, i realle
    want to make it clear.


    --
    libing
    ------------------------------------------------------------------------
    libing's Profile: http://www.msusenet.com/member.php?userid=1773
    View this thread: http://www.msusenet.com/t-1870496572


  7. #7
    Bob Phillips
    Guest

    Re: Call a add_in function in excel vba?

    You can mail me.

    --
    HTH

    Bob Phillips

    "libing" <libing.1px71l@no-mx.msusenet.com> wrote in message
    news:libing.1px71l@no-mx.msusenet.com...
    >
    > i want to use the function from the addin in my vba code,why run
    > "addin_name.xla!macro_name:?bob, may I have ur msn or skype, i realle
    > want to make it clear.
    >
    >
    > --
    > libing
    > ------------------------------------------------------------------------
    > libing's Profile: http://www.msusenet.com/member.php?userid=1773
    > View this thread: http://www.msusenet.com/t-1870496572
    >




  8. #8
    libing
    Guest

    Re: Call a add_in function in excel vba?


    what is your email?
    my question is i want to use this function in my vba code, the addin is
    in 'C:\Program files\HoadleyOptions\HoadleyOptions.xla'!, and the
    function is named ...(arguments), what to call this function, thanks a
    lot


    --
    libing
    ------------------------------------------------------------------------
    libing's Profile: http://www.msusenet.com/member.php?userid=1773
    View this thread: http://www.msusenet.com/t-1870496572


+ 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