Hi All,
Can anyone tell me why I am receiving the Pastespecial of range class failed error when trying to paste a copied range of rows from one workbook to another? My code is below:
Sub GetPricingData()
Application.ScreenUpdating = False
Dim StartDate, EndDate As Date
Set MySheet =...