Hello everyone,
I have the following document, the information to copy is located in the sheet called "Source", where I want to copy the entire row into 4 different sheets, using VBA.
The columns that will be used as a condition are C, D, E, and F.
If Column C has the "TT" then, the entire row should be copied to the sheet "Tiny"
If Column D has the "Y7-10" then, the entire row should be copied to the sheet "7-10"
If Column E has the "Y11-13" then, the entire row should be copied to the sheet "11-13"
If Column F has the "Teens" then, the entire row should be copied to the sheet "Teen"
I'll appreciate your support on this matter, I've been trying several ways but obviously, I'm not so good.
Thank you!
I have the following document, the information to copy is located in the sheet called "Source", where I want to copy the entire row into 4 different sheets, using VBA.
The columns that will be used as a condition are C, D, E, and F.
If Column C has the "TT" then, the entire row should be copied to the sheet "Tiny"
If Column D has the "Y7-10" then, the entire row should be copied to the sheet "7-10"
If Column E has the "Y11-13" then, the entire row should be copied to the sheet "11-13"
If Column F has the "Teens" then, the entire row should be copied to the sheet "Teen"
I'll appreciate your support on this matter, I've been trying several ways but obviously, I'm not so good.
Thank you!