How to pass an array from C# function to VBA?
Can it be done?
How to pass an array from C# function to VBA?
Can it be done?
You need to create a COM object in C#, and then reference that COM object like you would any other COM object in VB.
Tutorial here: http://www.codeproject.com/KB/COM/com_object_in_c_.aspx