I
ianripping
I have this code
Workbooks.Open Filename:=Range("C1").Value
Sheets("Sheet1").Select
Selection.Copy
ActiveWorkbook.Close SaveChanges:=False
Windows("Book1.xls").Activate
Sheets("Sheet2").Select
ActiveSheet.Paste
The cod looks at the path in C1 and opens the file listed there. I
then copies Sheet1 i that workbook. It should then paste it int
Book1.xls but doesm't.
Any ideas what's wrong
Workbooks.Open Filename:=Range("C1").Value
Sheets("Sheet1").Select
Selection.Copy
ActiveWorkbook.Close SaveChanges:=False
Windows("Book1.xls").Activate
Sheets("Sheet2").Select
ActiveSheet.Paste
The cod looks at the path in C1 and opens the file listed there. I
then copies Sheet1 i that workbook. It should then paste it int
Book1.xls but doesm't.
Any ideas what's wrong