Thread: Sorting
View Single Post
  #2   Report Post  
swisse
 
Posts: n/a
Default

You could make a sort macro and at the beginning of the macro write:
Application.DisplayAlerts = False
and at the end of the macro before the End Sub write:
Application.DisplayAlerts = True

Swisse