Previously I saw from somewhere else (I can't revisit that source now as I was fired from the company) a piece of C# coding which create a dll. And that .dll can be called directly by Excel VBA's Reference. (Not by calling reference from .tlb)
I tried to replicate it but fails, warning me that "Can't add a reference to the specified file" when I tried to add the .dll reference. But its OK to add the .tlb reference.
Is there anyway to add the .dll reference instead of .tlb?