View Single Post
  #12  
Old 17th February 2013, 10:18 AM
stugots stugots is offline
Banned
 
Join Date: Jan 1970
Posts: 879
Default

Hi Dennis, if you move the screenupdating line right to the end as below the code runs much quicker, for example yesterdays results completes in 20 seconds.



TransposeRaceCodes
Application.ScreenUpdating = True
End Sub
Reply With Quote