I used to use this Excel VBA code to open the ODBC Administrator
ConnectionId = SQLOpen("", ThisWorkbook.Sheets("CNString".Range("A1", 2)
My problem is that SQLOpen is part of XLODBC which is getting old. The things I read suggest using something within ADO but I can not figure it out.
The end result is that I want to call the ODBC Administrator so that I can get it to build my Connection String.
ConnectionId = SQLOpen("", ThisWorkbook.Sheets("CNString".Range("A1", 2)
My problem is that SQLOpen is part of XLODBC which is getting old. The things I read suggest using something within ADO but I can not figure it out.
The end result is that I want to call the ODBC Administrator so that I can get it to build my Connection String.