R
racerrunner
hi to all,
i'm writting a marco to populate the row and col in the spreadsheet. I
provide an form interface for the user to key in the data before
reflect the data in the spreadsheet. my question is how do i detect the
first blank row and transfer the data into that blank row in the
spreadsheet.
i only have 9 columns and therefore i hardcode the colum, however, i
need to find the blank rows so as to insert the data.
Cells(currentRow, 1) = txtTime.Text
Cells(currentRow, 2) = txtDate.Text
can someone tell me how to fiind the index of the rows???????
Thank in advance
i'm writting a marco to populate the row and col in the spreadsheet. I
provide an form interface for the user to key in the data before
reflect the data in the spreadsheet. my question is how do i detect the
first blank row and transfer the data into that blank row in the
spreadsheet.
i only have 9 columns and therefore i hardcode the colum, however, i
need to find the blank rows so as to insert the data.
Cells(currentRow, 1) = txtTime.Text
Cells(currentRow, 2) = txtDate.Text
can someone tell me how to fiind the index of the rows???????
Thank in advance