V
VeNoMiS
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
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