G
Guest
I need to import excel worksheet data into an ms access table. My problem is
that I will never be able to determine the range of data I need in the
worksheet. using the docmd.transferspreadsheet function does not work very
well due to the condition of the worksheet. The top 15 rows of the worksheet
are header related information and totally distort the import.
My question is...using ADO and excel automation, If i know the first row and
field the data starts and the columns it resides in, is there a way to
determine the range (end of) rows containing data? This will vary from time
to time. If I can determine this, I will be able to read the data into a
recordset.
Once Again...thanks in advance
that I will never be able to determine the range of data I need in the
worksheet. using the docmd.transferspreadsheet function does not work very
well due to the condition of the worksheet. The top 15 rows of the worksheet
are header related information and totally distort the import.
My question is...using ADO and excel automation, If i know the first row and
field the data starts and the columns it resides in, is there a way to
determine the range (end of) rows containing data? This will vary from time
to time. If I can determine this, I will be able to read the data into a
recordset.
Once Again...thanks in advance