C
carlos_ray86
I want to take a worksheet called "data" and make a copy to a closed
workwork called "all data". I tried
Worksheets("data").Copy after:=Workbooks("T:\me\the Data\all
Data").Worksheets(Sheet1)
It doesn't work...Do I have to first open the closed workbook inorder
to copy this worksheet over? Thanks
workwork called "all data". I tried
Worksheets("data").Copy after:=Workbooks("T:\me\the Data\all
Data").Worksheets(Sheet1)
It doesn't work...Do I have to first open the closed workbook inorder
to copy this worksheet over? Thanks