If you are sure that from Recon sheet the rows will start from A7 then, use Read Range Workbook to read the Recon sheet and in range give "A6" and store the output in a datatable say dt_Recon. After that use Clear Data Table to clear the datatable dt_Recon.
In the same way use Read Range Workbook to read the CASH sheet and store the output in a datatable say dt_CASH. After that use Clear Data Table to clear the datatable dt_CASH.
If you are sure that the data will start from 7th row in recon sheet then use read range activity in give the range from A7 and uncheck the add headers in properties.
Then use clear data table activity and pass the read range activity variable in it.
Did you try the below suggestions? If you try it what problem do you face?
anil mentioning about use same template everytime. Once you automation done archive file with timestamp if not required just replace empty template and update rows.
I tried above suggestion but i didn’t get idean how do I select column range specific like A1 to till cv column I want to delete all data from those columns
And as Anil suggetion data will change everyday and that excel file is formulated
This will clear your sheet and keep you header, if you unchecked has headers property it will clear the whole sheet. Just replace “Sheet1” with your sheet name
If you want to clear the range in the sheet. Just replace “Sheet1” with your sheet name and Range that you wanted to clear.
Okay let me try this !
I have insert data in two sheets (Recon and cash) every time once the data insert in both sheets den it will give automatically finally result so there is one more with the name final result this sheet I have to refresh bcz data will be updated and once it’s done then I have to compare that data row one by one