Seetal
12 years agoOccasional Contributor
Releasing Excel Processes
Hi, We are connecting to an Excel File by using the following code: Set objConn = CreateObject("ADODB.Connection") objConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + _ ...