Thread: Sort function
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Sort function

If you have already Selected some stuff:

Sub dural()
Application.Dialogs(xlDialogSort).Show
End Sub

--
Gary''s Student - gsnu201001


"Javier L" wrote:

Hi, anyone know how to call the Sort Dialog box with a macro? Tks