Jeevan - 2016-01-14

Hi,

I am trying to create a YAML parcer in excel vba but facing a lot of issues and then I came to know about this project.

I have converted this project into a .dll and .tlb file by enabling "Registering for COM interop". I have included this in my Excel Macro using Excel > Alt + F11 > AddIns > References > Point to .tlb file. After including this, I am able to use the methods in VBA. But the problem is I am able to use only all NodeTypes. I created one more class to import my yaml file from VBA to this code through a method call. I am not able to do that.

I am new to Windows programming, Help me find a solution for this.

Thanks
Jeevan