Looping through all records in excel?
How can I loop through all records in an Excel spreadsheet similar to when using the recordset object?
You know, like:
While Not rs.EOF
rs.MoveNext
Wend
Can this be done with an Excel spreadsheet in VB6? Thanks.
dhl365
|