G
Guest
I am trying to use a loop to append data two columns at a time into an access
database from multiple sheets, the access table has 5 total fields, Location,
Value1, Value2, ExcelSheet, ColumnCount.
Location is always coming from the first column of each excel sheet
ExcelSheet is the name of the excel sheet the data is coming from
ColumnCount represents the iteration, column2 and 3 are 1, columns 4 and 5
are 2...
Below is the code so far. I believe I have everything set except for the
syntax of the strSQL. When I run this I get Object Required for dbD.Execute
strsql
Any Help?
database from multiple sheets, the access table has 5 total fields, Location,
Value1, Value2, ExcelSheet, ColumnCount.
Location is always coming from the first column of each excel sheet
ExcelSheet is the name of the excel sheet the data is coming from
ColumnCount represents the iteration, column2 and 3 are 1, columns 4 and 5
are 2...
Below is the code so far. I believe I have everything set except for the
syntax of the strSQL. When I run this I get Object Required for dbD.Execute
strsql
Any Help?