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
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