How to use jet engine to read data from excel to vb
2 answers
If you want to process the contained sheets of the workbook, as the tables look at using the OLEDB driver to query the data, just like you would for a database. It's cleaner than Excel automation if you only care about the data. Check out this tutorial .
0
a source to share