Is it possible to reference a COM-registered DLL and then create objects that require arguments in the constructor in VBA code?
I'm successfully referenced the tlb in Access 2013 (64-bit) that was registered with regasm, and I've managed to create a simple object that doesn't need arguments in the constructor.
From what I read, it is not. Do I now face major refactoring?