is it possible to include some kind of libraries inside of VBA that will enable me to use c# functions that i wrote?
+2
A:
You need to use the ComVisible
attribute.
Here's a similar question
ichiban
2010-06-06 22:53:57