my code is
t = wb.Sheets("Central_Scheme").UsedRange.Rows.Count
wb.Sheets("Central_Scheme").Range("A1:L" & t).Select
Selection.Copy
Workbooks("Central.xlsm").Activate
Sheets("Sheet3").Range("A1:L" & t).Paste
I am getting an error "Object doesnt support this property/method". Please help me to correct the code