View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Torben Laursen[_3_] Torben Laursen[_3_] is offline
external usenet poster
 
Posts: 8
Default Avoid "MK_E_UNAVAILABLE" with a COM in Excel

Hi

I have a COM written in C# that I use in Excel 2003.
Everytime I start Excel to debug the COM I get MK_E_UNAVAILABLE from my user
defined functions.
After I open a winform from the COM inside Excel the function works fine.

I guess that the problem is that the COM is not started when Excel starts.
Is there a way to solve this problem

Thanks Torben