Hi @billysavior
That means you need to append to the existing data or you want to erase the previous and write the filtered dat?
If you want to append then
Use get free row or free column and using the freerowindex write the data table
Or if you want to write the filtered data you better write that into another sheet or new file.
Then it will be safe the loos of data does not happen.
If you still want to write the data by erasing previous then take the row count and delete the rows in excel sheet
Then write the filtered data in the same sheet.
Hope this helps
Usha