Search results for query: *

  1. H

    excel to msaccess

    how can i retrieve records from excel to ms access database for example i want to insert from 20th row to 30th row of excel sheet to ms access database. i have the code :--- Dim cmdbldr As New OleDbCommandBuilder(oda) Dim dro2 As DataRow 'Dim dro As DataRow Dim dro3 As DataRow Dim con2 As...
Back
Top