Page 1 of 1

export certain series to excel

Posted: Thu Sep 20, 2012 3:58 am
by tobi_mueller
Hi everyone,

I have a problem exporting certain series from my workfile to excel. For example I only wish to export the forecast series I created not all series in the workfile. The following code was used:

wfsave(type=excel) "D:\Documents and Settings\t469024\Desktop\Global Inflation\global_inflation_forecasts.xls" cpi_forecast gdp_forecast


How do I only export the forecast series (cpi_forecast, gdp_forecast)???

Best regards

Re: export certain series to excel

Posted: Thu Sep 20, 2012 7:54 am
by EViews Gareth

Code: Select all

wfsave(type=excel) "D:\Documents and Settings\t469024\Desktop\Global Inflation\global_inflation_forecasts.xls" @keep cpi_forecast gdp_forecast

Re: export certain series to excel

Posted: Thu Sep 20, 2012 8:05 am
by tobi_mueller
works well!!!! Thank you soo much :lol: :lol: :lol: