View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
VeNoMiS VeNoMiS is offline
external usenet poster
 
Posts: 3
Default How To Open Chart Wizard Dialog on Excel 2003

Hi All,
I need to open the Chart Wizard Dialog by c# code

my code is the follow

excel.Dialogs[mode].Show(missing x30);

where
excel = new Excel.Application
mode = xlDialogChartWizard
missing = System.Type.Missing;
show has 30 args so i repeat missing 30 times


this code works for the xlDialogPivotTableWizard dialog

Help me pls

Thx in Advance