Hi,
I am trying to export the named range from Excel 2003 workbook into Access table. I receive the following error:
"Syntax error in INSERT INTO statement"
The code:
strSQL = "INSERT INTO Final_Table_Updated * FROM [INPUT_RANGE] IN " & "'" & ThisWorkbook.FullName & "'"
objRS.Open strSQL, mobjConnection
The connection is fine.
Thank you!
I am trying to export the named range from Excel 2003 workbook into Access table. I receive the following error:
"Syntax error in INSERT INTO statement"
The code:
strSQL = "INSERT INTO Final_Table_Updated * FROM [INPUT_RANGE] IN " & "'" & ThisWorkbook.FullName & "'"
objRS.Open strSQL, mobjConnection
The connection is fine.
Thank you!