G
gauss
Hi,
I have seen the examples given by Whitechapel for shimming an automation
add-in (i.e. a COM add-in that defines UDF) But how to shim a function that
doesn't use simple types. e.g.
object Fucntion(Excel.Range rng); // C#
In the shim code, what types to use for "object" and "Excel.Range"? How to
reference the Typelib of excel in the shim?
thanks
I have seen the examples given by Whitechapel for shimming an automation
add-in (i.e. a COM add-in that defines UDF) But how to shim a function that
doesn't use simple types. e.g.
object Fucntion(Excel.Range rng); // C#
In the shim code, what types to use for "object" and "Excel.Range"? How to
reference the Typelib of excel in the shim?
thanks