markdebont
Programmer
I am programming some code to write some values from one Excel spreadsheet into another (via ODBC) but the funny thing is that the first line works but the second one fails!
Rs.Fields!c = Cells(7, 5).Value
Rs.Fields!c = "Test"
Any help?
Mark
Rs.Fields!c = Cells(7, 5).Value
Rs.Fields!c = "Test"
Any help?
Mark