Help! How can i copy the values after filtering?

Status
Not open for further replies.

htoh2

New Member
Joined
Oct 20, 2010
Messages
25
Greetings to all of the experts,

i'm new to vba. Experts , pls guide me, thanks in advance!

I have a requirement to copy the values. I shall give an illustration


I have these 2 columns of data in my LookupFile.xls, as follows:

Country code Company Code
BB1 123
BB1 234
BB1 345
BB1 567
BB2 789

I also have these 2 columns of data in my Enduser.xls, as follows:

Country code Company Code
BB1
BB2
BB3

So, i have a requirement such as when i filter Country code ="BB1" in my LookupFile.xls , the values of company code (123,234,345,567) will be populated into company code column for country code ="BB1" in my Enduser.xls, with the values concatenate together with a comma.

Pls help on How can i go to this.

Thank you :LOL:

Best regards,
htoh2
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Status
Not open for further replies.

Forum statistics

Threads
1,216,094
Messages
6,128,785
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top