I want to remove filter from Excel Table

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

@Tambe_Chaitanya,

Use Excel Application Scope inside it use Filteractivity.

Check Clear any existing Filter property checkbox.

Refer this solution.

Thanks,
Ashok :slightly_smiling_face:

@Tambe_Chaitanya

If you use read range it should read all rows unless you visible rows option

Cheers

Hi @Tambe_Chaitanya

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! :smiley:

This worked for me. Thanks everyone!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.