Could you please help me with the following? I am trying to export several matrices from Eviews8 to Excel using:
Code: Select all
pagesave(type=excelxml, mode=update) "U:\myfolder\prova_matrix_export.xlsm" range="data!B3:AH5391" @keep dbmisiu_matrix_excelIf not do I have to transform the matrix into various series using “mtos”?
Unfortunately my workfile has to be on a quarterly frequency, but within it I have matrices with daily frequency. If I use “mtos” end up with the series with quarterly frequency. Consequently I lose the great majority of my data.
Thank you
