Copy rows from multiple worksheets into multiple worksheets in another workbook based on criteria

sweeberry

New Member
Joined
Apr 19, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi experts,

I've got a workbook with 4 tabs, call them tab Sales, Contacts, Accounts Payable, Accounts Receivable. Column A in all four tabs is the Customer ID.

I need a VBA script that will copy rows from each of these tabs to a new workbook with matching tabs based on unique Customer ID numbers, so that I wind up with a workbook for each customer that contains four tabs showing all records associated with them in these four categories.

Is this possible?
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi experts,

I've got a workbook with 4 tabs, call them tab Sales, Contacts, Accounts Payable, Accounts Receivable. Column A in all four tabs is the Customer ID.

I need a VBA script that will copy rows from each of these tabs to a new workbook with matching tabs based on unique Customer ID numbers, so that I wind up with a workbook for each customer that contains four tabs showing all records associated with them in these four categories.

Is this possible?
as i understood, you need to split original workbook to another workbooks base on each customer ID with only their contents, is that true?
 
Upvote 0

Forum statistics

Threads
1,216,116
Messages
6,128,930
Members
449,479
Latest member
nana abanyin

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