Counting Excel file records from Access 2000

  • Thread starter Thread starter Del
  • Start date Start date
D

Del

How can I use Access 2000 code to count the number of records in an Excel
file before I import the files?
 
How can I use Access 2000 code to count the number of records in an Excel
file before I import the files?

open a static ADO recordset of the file, then use the .RecordCount
property
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top