to pass the info into avarialble and then paste the variable, you would use:Dim strString as StringstrString = ThisWorkbook.Sheets("Sheet1").range("V45")Thisworkbook.Sheets("Sheet2").Range("C3") = strString