Calling functions from dll

T

T.K Kullervo

Hi,

Im trying to build a ComAdd-in in visual studio with one function in it. I
can see my addin from excel in the ComAddins window. I can make it work by
creating a button and calling the function from the buttonclick_event, but
what i really need is to call the function from the formula bar like any
other function from excel .
 
Top