Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Opening Built-In Dialog Box Programmatically

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Opening Built-In Dialog Box Programmatically

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Opening Built-In Dialog Box Programmatically

That's the one I needed!

Thanks, Nico Sterk

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Built-in Dialog Box Argument Button Paula Excel Discussion (Misc queries) 0 March 30th 07 08:40 PM
Using the built-in dialog to format a shape Tim Saunders Excel Programming 2 June 15th 04 08:16 AM
Re : Making use of the Built-in Dialog Boxes TKT-Tang Excel Programming 3 December 9th 03 08:33 AM
Getting a file name using a built in dialog box Steven Revell Excel Programming 1 November 18th 03 01:14 PM
Built-in file dialog question MacroMan Excel Programming 1 August 7th 03 11:53 PM


All times are GMT +1. The time now is 12:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"