Hello,
I am trying to figure out a VBA code that will copy a row to another sheet if the value in A is = to a certain number. I am trying to automate this as the real sheet has over 100 rows and manually moving them takes a very long time.
I created a mocked up sample, see attached.
Looking at the mocked up file, Sheet "Main" -
If any cells in column A is = to 1234 and 1235, I would need a new sheet created called "Group1" and the Row/s would need to be copied into that sheet along with the headers
If any cells are = to 1589, I would need a new sheet created called "Group2" and the row/s would have to be copied over into that sheet. along with the headers
Any help would be greatly appreciated.
Bookmarks