fluffyvampirekitten
Board Regular
- Joined
- Jul 1, 2015
- Messages
- 72
I have this Workbook("Test"), worksheet"Countries"
- I have this column "R" which holds certain values ( America , India , Canada , Japan)
- I want to copy/paste all the "America" rows in "America Worksheet" into Workbook2
- I want to copy/paste all the "India" rows in "India Worksheet" into Workbook2
- I want to copy/paste all the "Canada" rows in "Canada Worksheet" into Workbook2
- I want to copy/paste all the "Japan" rows in "Japan" Worksheet" into Workbook2
Any suggestion on how to do this ?
vba?
Thanks in advance
- I have this column "R" which holds certain values ( America , India , Canada , Japan)
I want to separate the rows depending on the criteria .
Copy the values to another workbook - Workbook2 "FinalTest"
Workbook 2 have the respective tabs( America , India , Canada , Japan) but its empty.
- I want to copy/paste all the "America" rows in "America Worksheet" into Workbook2
- I want to copy/paste all the "India" rows in "India Worksheet" into Workbook2
- I want to copy/paste all the "Canada" rows in "Canada Worksheet" into Workbook2
- I want to copy/paste all the "Japan" rows in "Japan" Worksheet" into Workbook2
Any suggestion on how to do this ?
vba?
Thanks in advance