Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I would like to know if it possible to open the dialog box belonging to the Data - Sort menu through some VBA code. I prefer this rather than reinventing the wheel, building a dialog box on my own and performing the sort operation through a recorded macro in VBA. So its is only about opening the dialog box. Can anybody help me? Thanks in advance, Nico Sterk |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Nico,
Try: Application.Dialogs(xlDialogSort).Show --- Regards, Norman wrote in message oups.com... Hello, I would like to know if it possible to open the dialog box belonging to the Data - Sort menu through some VBA code. I prefer this rather than reinventing the wheel, building a dialog box on my own and performing the sort operation through a recorded macro in VBA. So its is only about opening the dialog box. Can anybody help me? Thanks in advance, Nico Sterk |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That's the one I needed!
Thanks, Nico Sterk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Built-in Dialog Box Argument Button | Excel Discussion (Misc queries) | |||
Using the built-in dialog to format a shape | Excel Programming | |||
Re : Making use of the Built-in Dialog Boxes | Excel Programming | |||
Getting a file name using a built in dialog box | Excel Programming | |||
Built-in file dialog question | Excel Programming |