BishopLewis98
New Member
- Joined
- Jun 8, 2023
- Messages
- 6
- Office Version
- 365
- Platform
- Windows
Hi all, I am also a noob to VBA world, and here is my request.
I need a looping VBA macro to extract matching rows within a workbook based on a column value, and to extract the matching rows into new worksheets.
I have 16,000 rows and in column 5 (Column E), we have a list of names. There are multiple rows that have the same number of names from column 5 (Column E), and what I need the macro to do is to loop through the whole workbook, find any matching rows that have the same number of names in Column 5 (Column E), then extract those rows to a new worksheet in a separate workbook. Making sure that the macro runs through all of the entries in column 5 (Column E) before it finishes. Any help would be greatly appreciated!
I need a looping VBA macro to extract matching rows within a workbook based on a column value, and to extract the matching rows into new worksheets.
I have 16,000 rows and in column 5 (Column E), we have a list of names. There are multiple rows that have the same number of names from column 5 (Column E), and what I need the macro to do is to loop through the whole workbook, find any matching rows that have the same number of names in Column 5 (Column E), then extract those rows to a new worksheet in a separate workbook. Making sure that the macro runs through all of the entries in column 5 (Column E) before it finishes. Any help would be greatly appreciated!