HI,
If I have Sheets named for any data in Col "D", how do i write code to copy selected data to that named sheet?
Range(Cells(j, "A"), Cells(i - 1, "H")).Copy
Sheets???.select ("THIS IS WHERE I WANT TO CALL WORKSHEET NAMED FOR CELLS (i,"D")
Cells(14, "A").Select
If I have Sheets named for any data in Col "D", how do i write code to copy selected data to that named sheet?
Range(Cells(j, "A"), Cells(i - 1, "H")).Copy
Sheets???.select ("THIS IS WHERE I WANT TO CALL WORKSHEET NAMED FOR CELLS (i,"D")
Cells(14, "A").Select