Sheet1 = Contains Fill in Data Sheet2 = Contains All the information
I am using Sheet 2 Column A2:A81 as Combobox1 Items, I need when an item is selected, the following cells of the same row will be copied to sheet1 eg;
Sheet 2:
Shop1 Germany 11111111
Shop2 Italy 2222222
Shop3 UK 33333333
Shop4 Russia 44444444
Combobox Item Selected: [Shop4]
Data from Sheet 2 is copied to sheet1
Sheet 1:
Shop4 Russia 44444444
anyone know how can I execute this ?