Hello experts,
I’m new to Excel, but I’ve grasped the concept of basic macros in VB. I’m now trying to create a macro that cuts and pastes whole rows into a different sheet depending on whether they have a particular word in any column. This is a little beyond my expertise, and I would be very grateful for any assistance offered please!
In this example, I’d like to cut and paste all rows that mention the word “Arts” in either column 7, 9, 11, 13, 15 or 17 and paste it in the worksheet titled “Arts” in the next available empty row. The same for the word “Engineering” and the word “Science” into the “Engineering” and “Science” worksheets respectively.
I realise this will mean that some rows are repeated in different sheets because for example, they have “Arts” in column 7 and “Engineering” in column 9 they will appear on both the “Arts” and the “Engineering” worksheet.
Any help would be very much appreciated please!
I’m new to Excel, but I’ve grasped the concept of basic macros in VB. I’m now trying to create a macro that cuts and pastes whole rows into a different sheet depending on whether they have a particular word in any column. This is a little beyond my expertise, and I would be very grateful for any assistance offered please!
In this example, I’d like to cut and paste all rows that mention the word “Arts” in either column 7, 9, 11, 13, 15 or 17 and paste it in the worksheet titled “Arts” in the next available empty row. The same for the word “Engineering” and the word “Science” into the “Engineering” and “Science” worksheets respectively.
I realise this will mean that some rows are repeated in different sheets because for example, they have “Arts” in column 7 and “Engineering” in column 9 they will appear on both the “Arts” and the “Engineering” worksheet.
Any help would be very much appreciated please!