+ Reply to Thread
Results 1 to 3 of 3

Inaccessible XLAM add-in

  1. #1
    Registered User
    Join Date
    06-23-2009
    Location
    Los Angeles
    MS-Off Ver
    Excel 2007
    Posts
    25

    Inaccessible XLAM add-in

    New to VBA development.
    I developed an XLAM add-in for Excel 2007. This worked fine under development. It worked fine as an XLAM add-in. Making changes now there are problems.
    The Function is not accessible as a macro. The add-in is activated but entering it in a cell fails to show it. The entered function shows #NAME?. Going to Developer-Macros fails to show it.
    This is true in the XLSM worksheet as well. A Sub that calls the Function works fine.
    The Function seems to work (called from a Sub) but it does not register as a macro in the original worksheet or XLAM add-in.
    Any solutions or pointers? Thanks

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Inaccessible XLAM add-in

    If its a User Defined Function (UDF) it will not appear in the macros list.

    Try posting the code
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Registered User
    Join Date
    06-23-2009
    Location
    Los Angeles
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Inaccessible XLAM add-in

    Problem was VBAProject name was same as Function. Fixed by changing project name.

+ 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