View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jens Thiel[_2_] Jens Thiel[_2_] is offline
external usenet poster
 
Posts: 44
Default .xll add-in Error in Windows XP "Not a valid add-in"

Your add-in may depend on one or more DLLs not available on XP / your
specific XP setup.

Jens.
--
http://ManagedXLL.net/
Replace MSDN with my first name when replying to my email address!

"Alice" wrote in message
...
I'm trying to include an Add-in into Excel 2000 in Windows XP operating
system. This .xl add-in works perfectly in Windows NT, but then when I'm
trying to add the same .xll add-in in Windows XP excel, I get the

following
error.
"This is not a valid add-in"

Is there a workaround to it? The source code for this .xll add-in is
password protected and I do not have the rights to alternate or make any
changes to it.

Thanks.