Any idea why this code wont return to the original workbook?
Thanks!!!!
Code:
Private Sub CommandButton1_Click()
Selection.Offset(1, 0).Select
Selection.Copy
Workbooks("PromoVendorTemplate.xlsx").Activate
ActiveSheet.Paste Destination:=Worksheets("Sheet1").Range("a2")
ThisWorkbook.Sheets("April").Activate
End Sub
Last edited by a moderator: