excel – VBA How can I call the constructor of a return class from C#
Questions: I have a class in C# with constructor namespace CollectionHandler { public class Dict { private Scripting.Dictionary dict = new Scripting.Dictionary(); public Dict() { dict.Add(1, "Carl Joh...