Posts by jaslake

    Re: filter multi column and result will show in next sheet


    Hi ammad134


    In the attached I've added a User Form with a Combo Box from which the User selects the Location they wish to view. As the Location is typed the the Combo Box completes the Location name.


    For me, this is the most expeditious way to do this

    Quote

    in list suppose I write "P" and the rest of all related word come in result

    Re: Extracting data from specific range columns in different worksheets of same work


    Hi HELP99


    Welcome to the Forum!!!


    Place the three Workbooks (Macro Book, Master and Processing Sheet) in the same Folder. This Code is in Macro Book.



    Open Macro Book...press the Button...the Code will prompt you to select a Source File (Master) and then a Target File (Processing Sheet)...matters not what you call them.


    The Code will do the rest.

    Re: filter multi column and result will show in next sheet


    Hi ammad134


    This revised Code deals with this issue

    Quote

    1- Program stop if any filter location has no output ( Look Column AA & AB)



    Regarding issue 2

    Quote

    2- Also when I restart the program it start from previous result, is it possible to run the program with no result (mean when i put location then it will show result.

    The Code DOES start over...previous results are cleared and populated with the New Results each time Cell C6 changes.


    Regarding issue 3

    Quote

    3- I also lock the view of code for customer. How can I do it.


    See this link
    http://www.ozgrid.com/VBA/protect-vba-code.htm

    Re: filter multi column and result will show in next sheet


    Hi ammad134


    Place this Code in Sheet2 Code Module. It will Fire each time cell C6 changes.

    Re: How Avoid Duplicate row while run program


    Hi god_karthi


    See if this works for you

    Re: How Avoid Duplicate row while run program


    Hi god_karthi


    A couple different ways to do this come to mind.


    Method 1 would be to recreate the Target Sheets each time (M4 and M5).
    Method 2 would be to Flag the Records in Master so they don't get processed again.


    Which would you prefer?

    Re: VB Code to automatically print all reports in filter


    Hi rv02


    Assuming you've moved the Names to Sheet2, Cell U2...

    Re: VB Code to automatically print all reports in filter


    Hi rv02


    Assign this Code to your Print Button