+ Reply to Thread
Results 1 to 6 of 6

#NAME? Problem : Replacing "Interpolate()" from XlXtrFun.xll with an .xlam "Interpolate()"

  1. #1
    Registered User
    Join Date
    05-06-2013
    Location
    Houston, TX
    MS-Off Ver
    Excel 2011
    Posts
    3

    #NAME? Problem : Replacing "Interpolate()" from XlXtrFun.xll with an .xlam "Interpolate()"

    Hi,

    Previously I've created a large number of spreadsheets that made use of the linear interpolate function "Interpolate" from the XlXtrFun.xll addin on my PC running Excel 2003.

    I've recently moved to a Mac and am running Excel 2011. XlXtrFun.xll is not available for the mac, so I have LOTS of spreadsheets that result in "#NAME?" for references to the "Interpolate" function.

    As a workaround, I have a Visual Basic function as a .xlam, and have it installed it as an add-in.

    When I load one of the old spreadsheets - all references to =Interpolate(.....) result in #NAME? in the cells. If I click to edit the function, do not change anything, and hit enter - the interpolate runs correctly. Alternatively, I can type in =Interpolate(.....) in an empty cell and it works correctly. So it seems the function is active and available.

    How can I get all of the cells to run the interpolate function without having to "edit" each cell formula? I've tried a recalculate without success.

    Thanks for your help!

    Jim

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: #NAME? Problem : Replacing "Interpolate()" from XlXtrFun.xll with an .xlam "Interpolat

    Try replacing = with =
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    05-06-2013
    Location
    Houston, TX
    MS-Off Ver
    Excel 2011
    Posts
    3

    Re: #NAME? Problem : Replacing "Interpolate()" from XlXtrFun.xll with an .xlam "Interpolat

    Quote Originally Posted by shg View Post
    Try replacing = with =
    That does work. Thanks...

    Still like to get them to automatically calculate when I load the spreadsheets. Any ideas?

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: #NAME? Problem : Replacing "Interpolate()" from XlXtrFun.xll with an .xlam "Interpolat

    Once you have them pointed at the correct source (which is now the add-in) and the workbook is saved, it should work fine when re-opened as long as the add-in is loaded.

  5. #5
    Registered User
    Join Date
    05-06-2013
    Location
    Houston, TX
    MS-Off Ver
    Excel 2011
    Posts
    3

    Re: #NAME? Problem : Replacing "Interpolate()" from XlXtrFun.xll with an .xlam "Interpolat

    Quote Originally Posted by shg View Post
    Once you have them pointed at the correct source (which is now the add-in) and the workbook is saved, it should work fine when re-opened as long as the add-in is loaded.
    So no way to duplicate the "location" of the previous interpolate so that I don't have to do the global replace step?

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: #NAME? Problem : Replacing "Interpolate()" from XlXtrFun.xll with an .xlam "Interpolat

    Macros end up invisibly hard-coded to the path where they reside. I don't know of another way, and it's a one-off problem, which is not motivational.

    I guess you could write code in the Open event that does the same thing.

+ 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