Recent content by herath381

  1. H

    subscript out of range run time error 9

    below code has problem. rs("experiance") = MyArray(0) thank you for your early response.
  2. H

    subscript out of range run time error 9

    I also have same problem with run time error 9 subscript out of range,my code is below Private Sub Command0_Click() Dim MyArray As Variant Dim fso As Variant Dim objStream As Variant Dim objFile As Variant Dim sSQL As String Dim myString As String Dim db As Database Dim rs As...
Back
Top Bottom