Set wsCopy = Workbooks(Sheets("SHEET2").Range("A10").Value).Worksheets("sheet2")
Set wsDest = Workbooks(Sheets("SHEET2").Range("A19").Value).Worksheets("Rework")
These are not correct but the closest i got. im going to be copying from one workbook to another, i don't want just a static location i want it to pick from a range that will change depending on selection.
can anyone suggest the code i need to use?
Set wsDest = Workbooks(Sheets("SHEET2").Range("A19").Value).Worksheets("Rework")
These are not correct but the closest i got. im going to be copying from one workbook to another, i don't want just a static location i want it to pick from a range that will change depending on selection.
can anyone suggest the code i need to use?