ExcelGuy13
New Member
- Joined
- Apr 17, 2016
- Messages
- 3
So I have a sheet similar to the example below...the top few rows are populated with data specific to the report. Beneath that are user names in column A along with data in random columns adjacent to column A. I'm looking for VBA script that will essentially look at every row (in this example from row 7 down) and check to see if there is any information in the row (aside from column a). If there is anything in any column for that row, it will ignore it and move to the next row. For every instance that there is no data to the right of column A, it should copy the data in that row from Column A and move it to sheet 2. In this example everybody has data to the right of column A except Eric and Marilyn, so only Eric and Marilyn are moved to sheet 2. Can anybody assist with this request?

