You could probably speed things up further by starting your macro with:
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
and ending it with:
Application.ScreenUpdating = True
Application.Calculation = xlCalculationAutomatic
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|