View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Thomas Risi Thomas Risi is offline
external usenet poster
 
Posts: 9
Default Automaion Addin not loading properly!!

Hi Abhijit,

first i thought it's a problem with the framework. But the problem also
appears in unmanged code.

Starting excel from the commandline, seems to work.

--
Thomas

http://rtsoftwaredevelopment.de


"Abhijit" schrieb im Newsbeitrag
...
Hi,

We have some excel sheet where data is getting filled up by function

inside
an automation addin dll. The excel sheets are launched from within another
.NET application. My problem is that when the excel sheets are launched

the
AddIn is not getting loaded properly. So all the functions are not

avaliable.

I have created a simple prototype where I have created a simple excel

sheet
and used some of the functions from the same Addin and it works fine. Only
when another application is launching the excel Sheet, the problem comes

it
seems.

Can anybody tell what I should do to load the Addins. Strangely the AddIn
check box is checked even though the Addin Functions do not show up in the
function list and the sheets cells do not get correct values.

Thanks in advance.
Abhijit