insert data from one excel file to another one using ADODB
问题 I'm trying to insert data from one excel file to another one using adodb and faced a problem with insert method. It gives me an error message like below: Syntax error in INSERT INTO statement I tried different date formats, with and without quotes, also I tried different method with record sets and still got the same problem with this sql statement. Can someone help me to find out what's the problem? Public Sub InsertIntoTable() Set objConnection = CreateObject("ADODB.Connection")