jimmywanna
Board Regular
- Joined
- Mar 18, 2002
- Messages
- 182
Sorry to go on about this but i must be so close now!!!!!!
the following macro runs perfectly, copying a sheet from book 1 and pasting it as the very first sheet in book 3.
Windows("Book1").Activate
Sheets("Sheet1 (2)").Select
Sheets("Sheet1 (2)").Copy Before:=Workbooks("Book3").Sheets(1)
I really need ("Book3") to be generic, so the the sheet from book one will paste into the only other open workbook.
i have tried ("") and ("Book.xls") and (".xls") but to no avail.
thanks again guys
jim
the following macro runs perfectly, copying a sheet from book 1 and pasting it as the very first sheet in book 3.
Windows("Book1").Activate
Sheets("Sheet1 (2)").Select
Sheets("Sheet1 (2)").Copy Before:=Workbooks("Book3").Sheets(1)
I really need ("Book3") to be generic, so the the sheet from book one will paste into the only other open workbook.
i have tried ("") and ("Book.xls") and (".xls") but to no avail.
thanks again guys
jim