Sourcefile is a string, so you close it with

[vba]

With Workbooks(sourcefile)
.Save
.Close
End With[/vba]

Hide it after opening it, using the workbook name for the window.