M
Mirco Wilhelm
The called function below returns a ADODB.Recordset, but I don't know the
fieldnames.
Is there a way to get them?
___________________________________________________________
Sub testGetRSFromExcel()
Dim srcExcelRecordSet As New ADODB.Recordset
Set srcExcelRecordSet = GetRSFromExcel("test.xls", "A1", "C10", 1)
End Sub
___________________________________________________________
fieldnames.
Is there a way to get them?
___________________________________________________________
Sub testGetRSFromExcel()
Dim srcExcelRecordSet As New ADODB.Recordset
Set srcExcelRecordSet = GetRSFromExcel("test.xls", "A1", "C10", 1)
End Sub
___________________________________________________________