I'm trying to update an excel spreadsheet with the following code:
Private Sub ExportToFile(objRecord As Recordset, Optional Delimiter As String = ",")
Const xlCSV = 6
Dim EXPORT_FILE_PATH1 As String
Dim objExcel
Dim objWorkbook
Dim objWorksheet
EXPORT_FILE_PATH1 = "C:\Daily_Data.csv"
Set...
I've been looking in the forums, but not finding exactly what my problem is. I have an SQL Insert that is giving me the error [Microsoft][ODBC Excel Driver] Invalid bracketing of name '[8.28]'.
Here is my query:
strSQL = "Insert Into " & Chr(34) & "Verify_Not_Shipped$" & Chr(34) & " ("
strSQL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.