O
oldjay
Whats wrong with this?
Windows("TempData.XLS").Activate 'Recalls scrap rates
If D21 > 0 Then
Range("D21
23").Select
Selection.Copy
Windows(MasterSheet).Activate
Range("AD21").Select
Selection.PasteSpecial Paste:=xlFormulas
End If
Windows("TempData.XLS").Activate 'Recalls scrap rates
If D21 > 0 Then
Range("D21

Selection.Copy
Windows(MasterSheet).Activate
Range("AD21").Select
Selection.PasteSpecial Paste:=xlFormulas
End If