Hi - I want to copy data from one table to another. Before that, I want to remove filter from the table to be able to copy the complete data.
Kindly advise.
- Chaitanya
Hi - I want to copy data from one table to another. Before that, I want to remove filter from the table to be able to copy the complete data.
Kindly advise.
Use Excel Application Scope
inside it use Filter
activity.
Check Clear any existing Filter
property checkbox.
Refer this solution.
Thanks,
Ashok
If you use read range it should read all rows unless you visible rows option
Cheers
Greetings!
You should be able to read everything using Read Range activity, if you’re not able to, please follow what @ashokkarale Suggested in the post, that should do.
Thanks
Happy Automation!
This worked for me. Thanks everyone!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.