Don't use copy/paste/select/activate etc.Access them properly from the code ...Worksheets("101").Range("H8").ValueWorksheets("101").Cells(27, 6).Valueor whatever.Alternatively, turn screen updating off (it's an Application property).