Read DBF structure and Record count
Returns instant record count, structure of DBF files Original Author: Yves Allaire Inputs Fine lame Returns Record count, structure , number of fields Code Function dbfStru(file As String) As Double Dim fileno As Integer, txtin As Variant, bit(0 To 31) As Double Dim posRec As Single, recSize As Single, nmbFiel As Single, fieldName As String Dim fieldlength As Single Dim test As Single fileno… Read More »