You could use workbooks("name.xls").activate. with the name of the original
workbook instead of name.
If the name might change you could capture it before opening the other one
with
pwkbk=ActiveWorkbook.Name
then after the paste use
workbooks(pwkbk).activate