I have a question about the ADODB.connection.
I use ADODB connection to connect to Access in my Excel application. Do I need to close the connection manually, or will it be closed automatically when my Excel application is closed?
If I need to do it manually, then when and where? Can I write the code in the Workbook_BeforeClose event? I open the connection in the Workbook_Open event, and the connection object is declared to be a global var.