HomeExcel Formulas & VBA CodesVBA code to copy data from one worksheet to another VBA code to copy data from one worksheet to another 0 LOKITRON PS March 13, 2023 Sub CopyData() Sheets("Sheet1").Range("A1:B10").Copy _ Destination:=Sheets("Sheet2").Range("A1")End SubVBA code to copy data from one worksheet to another Tags Excel Formulas & VBA Codes Newer Older