View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
NA_AB[_2_] NA_AB[_2_] is offline
external usenet poster
 
Posts: 57
Default a problem with excel addin

problem again peter, when am choosing from tools, com addins, my ".dll", it
says, abhi.dll is not a valid Office addin!!!

If it were not valid, how is my project building and working fine? all my
UDFs are working fine in excel.

"Peter T" wrote:

I don't know C# but in VB6 the 'Initial Load Behavior' setting is available
during design, via a dialog in the VB-IDE when the connect class is
selected.

If you look in Excel / Tools / Com Addins "Load behavior" is shown at the
bottom of the dialog.

Regards,
Peter T

"NA_AB" wrote in message
...

hey thanks for replying Peter, but could you just tell me where to find
this
'Initial Load Behavior'???
Are you talking about the one in
MSExcel--Tools--Macro--VisualBasicEdiitor???
But, I'm am using visual studio and building a new Extensibility(Visual
Studio Addin) project. Can I make changes to
'Initial Load Behavior' programmatically, say in my 'connect.cs'? If yes.
could you please tell me how??


Also, the addin is installed in the tools/com addins.

Thanks.