Guys,
How do I reference VBA assembly in C# application from Visual Studio 2010?
I can not find it in "Add Reference" dialog box.
This is the reason why I need it:
Error 1 The type 'VBA.Collection' is defined in an assembly that is not referenced. You must add a reference to assembly 'VBA, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null'. ...
I would really appreciate your help on this one.
Thanks, Ruby