Copying Rows of Data to Separate Worksheets

40022982

New Member
Joined
Mar 29, 2017
Messages
3
Hello,

I am seeking some VBA help.

On a monthly basis I download a transaction list with thousands of entries.

In this situation I am only interested in what Column A contains. Column A holds the account number. There could be 1000 rows in which Column A would correspond to Account Number 3050 then an additional 1000 rows with Account number 3051 and an additional 1000 rows with 3052 and so on...

I am seeking VBA code which would allow me to quickly move every row corresponding to Account Number 3050 to a separate worksheet within the same workbook. And repeat this process for all Account Numbers in Column A be that 3050, 3051, 3052 3053 etc.

I hope this makes sense. If you require any additional information please don't hesitate to get in contact.

Kind regards,

L
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Wow.

If I could take you for a pint I would.

You have saved hours.

Thankyou so much!

it's a best seller -I get offered many pints for that code but sadly, never had one!

Glad solution helped


Dave
 
Upvote 0

Forum statistics

Threads
1,216,104
Messages
6,128,856
Members
449,472
Latest member
ebc9

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