Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How Can I extend chart range datas in excel using actxserver?

1 visualizzazione (ultimi 30 giorni)
Adriano
Adriano il 16 Mag 2017
Chiuso: Adriano il 17 Gen 2018
This is my code:
excel = actxserver('Excel.Application');
excel.Visible = true;
excel.DisplayAlerts = false;
filename13 = 'C:\Dropbox\Idenglobal\Comparacion peers.xlsx';
pee = excel.Workbooks.Open(filename13);
peesheet = pee.Sheets.Item('Shortlist Credit Suisse');
In that sheet there is only a chart whith datas in the range "Q2:W67" . I would like to extend this range to "Q2:W69". How Can I do? Many thanks!!!

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by