G
Guest
hi,
I have the following situation,
I have got an excel sheet, it consists of financial analysis, the first
column is the details and there 4 columns representing the Quarters, as shown
below.
A B C
D E
1 Description Q1 Q2
Q3 Q4
2
3 Sale of item 1 12 22
10 23
4 Sale of item 2 24 10
55 26
these are the kind of data, also inbetween these rows i might have sections.
each row of data is identified by a unique identifier,
My requirement is i need to read the identifier from each row and have
transfer the data for that row and load it to an access table.
How do i read data row by row from the excel sheet.
I tried using the docmd.transferspreadsheet by specifying the range as
"Sheet1!A3:E3" to specify the 3rd row, but nothing happens, no data is loaded.
If i specify "Sheet1!A:E" then all the data from A to E cells are copied for
all rows into the access table.
Is there any way to acomplish the above task?
any inputs will be highly helpful for me.
thanks and regds
Kans.
I have the following situation,
I have got an excel sheet, it consists of financial analysis, the first
column is the details and there 4 columns representing the Quarters, as shown
below.
A B C
D E
1 Description Q1 Q2
Q3 Q4
2
3 Sale of item 1 12 22
10 23
4 Sale of item 2 24 10
55 26
these are the kind of data, also inbetween these rows i might have sections.
each row of data is identified by a unique identifier,
My requirement is i need to read the identifier from each row and have
transfer the data for that row and load it to an access table.
How do i read data row by row from the excel sheet.
I tried using the docmd.transferspreadsheet by specifying the range as
"Sheet1!A3:E3" to specify the 3rd row, but nothing happens, no data is loaded.
If i specify "Sheet1!A:E" then all the data from A to E cells are copied for
all rows into the access table.
Is there any way to acomplish the above task?
any inputs will be highly helpful for me.
thanks and regds
Kans.