I am working on an Excel VBA project that I want to distribute to other people, but I need to make sure that they have the appropriate references enabled. Specifically, the most recent Microsoft ActiveX Data Objects X.X Library so that they can use the ADODB methods to run SQL queries.
If I enable these references in the macro enabled .xlsm workbook file, will they automatically be available and working on the end user's client machine, or are those references all made specifically on the client machine? In other words, will everyone that uses my .xlsm file have to manually go into their settings and make these references?