I know there's a way to avoid using the cliopboard by 'select.copy select paste' and for some reason this code is taking a long time to execute. How could I modify it to speed up the process? Many thanks
Application.ScreenUpdating = False
Sheets("Exception List - Permanent").Select
Range("B2:B1000").Select
Selection.Copy
Sheets("Exclusion list").Select
Range("A2").Select
ActiveSheet.Paste
Sheets("Exception List - Permanent").Select
Application.CutCopyMode = False
Range("C2:C1000").Select
Selection.Copy
Sheets("Exclusion list").Select
Range("c2").Select
ActiveSheet.Paste
Application.ScreenUpdating = True
Application.ScreenUpdating = False
Sheets("Exception List - Permanent").Select
Range("B2:B1000").Select
Selection.Copy
Sheets("Exclusion list").Select
Range("A2").Select
ActiveSheet.Paste
Sheets("Exception List - Permanent").Select
Application.CutCopyMode = False
Range("C2:C1000").Select
Selection.Copy
Sheets("Exclusion list").Select
Range("c2").Select
ActiveSheet.Paste
Application.ScreenUpdating = True