The Excel data row starts on the 4th row. After opening the worksheet, it supposed to skip the first 3 header rows. If the first 3 rows have data each row, it works fine. If the first 2 rows are empty, it skips the first header row and 2 data rows and start getting data from the 6th row. How can I have it start getting data from the 4th row regardless?
Thanks.