A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello, I am Leonielhou, an Independent Advisor and a user like you, I am happy to help clarify any questions you may have.
This works for me.
Sub Sheetname () Application.ScreenUpdating = False Range("G7:J10"). Copy Range("G14"). PasteSpecial xlPasteValues Application.CutCopyMode = False Application.ScreenUpdating = True End Sub