Ronak Parekh
New Member
Hello,
I have uploaded a sample file in which at sheet 1, when I select values from list in cell B1 to B6, it should extract those rows matching those filters from 'sheet 2'. Sheet 2 contains all row data while I wish to have the filtered data copy pasted in sheet 1 using VBA.
I am not great in writing the VBA code so I tired something by recording it but it was not at all working good. It would be great if someone could help me with this.
Also I had used 'Data Validation' to create the drop-down list in cell B1 to B6 but as the values in row data are duplicate, the drop-down list too shows the duplicate selection. I can correct it by creating a separate list for data validation but again if there is some easier way for this then I would be happy to know about it.
Thanks in advance for your help!
I have uploaded a sample file in which at sheet 1, when I select values from list in cell B1 to B6, it should extract those rows matching those filters from 'sheet 2'. Sheet 2 contains all row data while I wish to have the filtered data copy pasted in sheet 1 using VBA.
I am not great in writing the VBA code so I tired something by recording it but it was not at all working good. It would be great if someone could help me with this.
Also I had used 'Data Validation' to create the drop-down list in cell B1 to B6 but as the values in row data are duplicate, the drop-down list too shows the duplicate selection. I can correct it by creating a separate list for data validation but again if there is some easier way for this then I would be happy to know about it.
Thanks in advance for your help!