Hi,
I have a spreadsheet say sheet1, under A1 I have a list of people's name as a drop down, have done a data validation on that.
scenario-1
when I select any name in the drop down, I get a data under A3:H18. whenever I select any of the name in the drop down, I need a formula or vba code to select the data below dynamically which is in (A3 :H18), please note every person might have different rows of data, once the data is selected I want that data to copy to the next sheet.
Scenario - 2
I want the VBA code to select everyones name in the drop down one after the other automatically and copy their data and paste it in the next sheet one below the other.
I tried recoring a macro, but unfortunately, when I select the names in the drop down, VBA code is not recorded rather its not identifying the names in the drop down. I am very new to vba. please help.
Regards,
Ron..
I have a spreadsheet say sheet1, under A1 I have a list of people's name as a drop down, have done a data validation on that.
scenario-1
when I select any name in the drop down, I get a data under A3:H18. whenever I select any of the name in the drop down, I need a formula or vba code to select the data below dynamically which is in (A3 :H18), please note every person might have different rows of data, once the data is selected I want that data to copy to the next sheet.
Scenario - 2
I want the VBA code to select everyones name in the drop down one after the other automatically and copy their data and paste it in the next sheet one below the other.
I tried recoring a macro, but unfortunately, when I select the names in the drop down, VBA code is not recorded rather its not identifying the names in the drop down. I am very new to vba. please help.
Regards,
Ron..