I am attempting to write a dll in VB.NET for use with our various in-house apps and macros, to simplify maintenance of code that is duplicated across the various apps.
These legacy programs range from 32 bit VB6 and VBA to newer 64 bit VBA. Based on answers I found here and elsewhere I have been able to make a COM-visible dll work in either the 32 bit apps or the 64 bit apps, but I cannot figure out how to make both work at the same time on the same machine.
Can anyone explain the steps involved? Layman's terms, please, as I am not a professional programmer and am new to .NET.