Hi,

Although I see you have a solution, here is another that you can use without using the copy command ...

Sheets("Sheet2").Range("E5").Value = Sheets("Sheet1").Range("B4").Value
Just as another option. Take care.