Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 07-29-2009, 05:30 AM
sculler sculler is offline
Registered User
 
Join Date: 29 Jul 2009
Location: London, England
MS Office Version:Excel 2002
Posts: 2
sculler is becoming part of the community
Display Dialog Programmatically

Please Register to Remove these Ads

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
Reply With Quote
  #2  
Old 07-29-2009, 06:40 AM
Andy Pope's Avatar
Andy Pope Andy Pope is offline
Forum Guru
 
Join Date: 10 May 2004
Location: Essex, UK
MS Office Version:2003 & 2007 sp2
Posts: 7,223
Andy Pope Has a higher level of understanding Andy Pope Has a higher level of understanding Andy Pope Has a higher level of understanding Andy Pope Has a higher level of understanding Andy Pope Has a higher level of understanding Andy Pope Has a higher level of understanding Andy Pope Has a higher level of understanding Andy Pope Has a higher level of understanding
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
Reply With Quote
  #3  
Old 07-29-2009, 08:21 AM
sculler sculler is offline
Registered User
 
Join Date: 29 Jul 2009
Location: London, England
MS Office Version:Excel 2002
Posts: 2
sculler is becoming part of the community
Re: Display Dialog Programmatically

Perfect - thanks
Reply With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

Forum Jump