ShashankSC has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Clear data filter
by marto (Cardinal) on Jun 22, 2015 at 08:36 UTC

    I suspect you're working with Microsoft Excel files, but you don't tell us how, or on what platform. Consider that there are many programs which deal with 'worksheets' which have features named 'data tab'. If you are using Microsoft Windows, consider using the Win32::OLE module to automate Excel. Using Super Search will find many threads on this subject. See also How do I post a question effectively?.

    Update: typo

Re: Clear data filter
by Anonymous Monk on Jun 22, 2015 at 07:48 UTC
    Not very clear question :/ Use your fingers? Some kind of API calls?
Re: Clear data filter
by Anonymous Monk on Jun 22, 2015 at 07:28 UTC
    What code have you tried? What Perl module are you using? How would you solve this with VBA?