+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    07-29-2009
    Location
    London, England
    MS-Off Ver
    Excel 2002
    Posts
    2

    Display Dialog Programmatically

    I have created a macro for one of my users that generates a filled radar chart. I want to display the Format Data Series dialog at the end of the process so that he can reorder the series in the chart to display appropriately but I can't seem to find the appropriate dialog constant. Can anyone help me out?

    To select it manually by the way you create your radar chart, select one of the series, right click and choose format data series. The tab I would like to show is Series Order.

    I should admit I am using Excel 2002 (Office XP I know, I know....)

    Thanks in advance

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    2003 & 2007 & 2010
    Posts
    10,938

    Re: Display Dialog Programmatically

    try this, the argument is the index number of the chart

    Code:
    application.Dialogs(xlDialogSeriesOrder).Show activesheet.chartobjects.count
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    07-29-2009
    Location
    London, England
    MS-Off Ver
    Excel 2002
    Posts
    2

    Re: Display Dialog Programmatically

    Perfect - thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0