Hi,
I am writing an ActiveX DLL to be used from with a spreadsheet.
I want to distribute the DLL to customers (along with the spreadsheet) so that when they open the spreadsheet, it references the DLL.
In development of the DLL, I am using VB6. When I compile the DLL,
VB registers it on my PC, so that it is ready for use by VBA in Excel.
However, if I just send the DLL to someone else, how do they go about registering it on *their* PC so that they can use it too?
Is there a quick and painless way for them to effectively "install" the DLL? If so, please can you tell me what it is?
Many thanks.
James