#NAME error in 64 bit Excel

Add-in Express™ Support Service
That's what is more important than anything else

#NAME error in 64 bit Excel
plugin does not work in 64 bit exel 
Gerry Rempel




Posts: 15
Joined: 2009-02-05
I have an Addin express plugin for Excel. It installs as a COM add-in and an Excel add-in. My code is in a DLL file. I have changed my program setup to us adxregistrator instead of adxloader, and the COM component installs in Excel 64. The formulas are not recognized in the 64 bit excel. They do work properly in 32 bit. So it looks like only half of the install process is working. How can I get my formulas to work properly in 64 bit excel?

My installation custom action is:

adxregistrator /install="mydll.dll"

I'm using an MSI installation project.

Thanks,
Gerry
Posted 07 Feb, 2014 11:11:19 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
Gerry,

Gerry Rempel writes:
My installation custom action is:


Please check the corresponding section under the section Deployment Step-by-steps in see the PDF file in the folder {Add-in Express}\Docs\ on your development PC.

Is your COM add-in per-user? The point is: Excel UDFs are per-user only, the COM add-in must be per-user, too.


Andrei Smolin
Add-in Express Team Leader
Posted 10 Feb, 2014 02:48:59 Top