Reading XLS 20th row to 39th rows and column 5 to column10

  • Thread starter mls via AccessMonster.com
  • Start date
M

mls via AccessMonster.com

Using ACCESS how can I read specific columns and rows from a .XLS file that
is entered in my form?
Using macro I can just import complete complete file but I looking to read
only specific cells and create new table or stor that read data into database.



Thanks,
 
K

KARL DEWEY

Use the Get External Data and link the Excel file. Then use a query with
criteria.
 
Top