Hi, Mrs. F.

Dim strFName As String

strFName = Sheet1.Range("C13").Value
Workbooks(strFName).Activate
where strFName or cell should contain both the name and the extension of the workbook. But there is hardly a reason to activate a workbook in order to copy.

Ciao,
Holger