I have created a dll which can be called from a custom Excel workbook. The workbook can successfully use the dll when it is installed on a user's machine.
I would like to be able to keep the dll on a network drive that the users could access but keep the custom workbook on the user's machine. The purpose of this would be to allow me to update the dll without having to redistribute it to each individual user's machine. Is this possible and if so is there any description of the process?
I would like to be able to keep the dll on a network drive that the users could access but keep the custom workbook on the user's machine. The purpose of this would be to allow me to update the dll without having to redistribute it to each individual user's machine. Is this possible and if so is there any description of the process?