.xll is not a valid addin

  • Thread starter Thread starter ori
  • Start date Start date
O

ori

I have developed an add-in for Excel, as a
standalone .XLL
file.
I ran the addin in Excel2000 and 2002 under windows 2000
and it's working fine.
we i install it on windows XP running Excel 2000 SR-1 and
Excel 2002
I get a dialogue box
complaining that "My.xll is not a valid addin".

The xll exports the following functions:

xlAutoOpen
xlAutoClose
xlAutoRegister
xlAutoAdd
xlAutoRemove
xlAutoFree
xlAddInManagerInfo
and then about 10 user functions...

Can anyone shed light on why, upon startup, the .xll is
not recognized as an add in, and what defines an Addin as
vaid

Ori
 
Hi Ori,

Did you recompile the XLL, or is this exactly the same file that runs
properly under Windows 2000?

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 
Hi rob

It exactly the same file.

Ori
-----Original Message-----
Hi Ori,

Did you recompile the XLL, or is this exactly the same file that runs
properly under Windows 2000?

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *





.
 
Back
Top