Thread
:
Sort function
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
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
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student