To fill end of the dataset,
- First get the number of rows in the excel. lets say “Dt1”
- RowCount = dt1.rowscount.tostring
- USe rowCount to define end of dataset. Example
USe below code inside RANGE properties
“E2:E”+ RowCount .tostring
To fill end of the dataset,