Page 1 of 1

How to open a pre-existing sheet in a workfile

Posted: Mon Nov 10, 2014 5:25 am
by RM_RM
Hi Team,

I have a existing workfile "abc" with two sheets, one with monthly data named "monthly" and the other with quarterly data named "quarterly". I am writing a program where I want to open the "monthly" sheet of the workfile. What should be the command for it.

I tried
wfopen(page=monthly) abc ... (its in my default directory), but its not working.

thanks

Re: How to open a pre-existing sheet in a workfile

Posted: Mon Nov 10, 2014 9:04 am
by EViews Gareth
Do a wfopen followed by a pageselect.

Re: How to open a pre-existing sheet in a workfile

Posted: Tue Sep 29, 2015 10:45 am
by RM_RM
Thanks, works perfect! :)

Re: How to open a pre-existing sheet in a workfile

Posted: Tue Sep 29, 2015 10:46 am
by EViews Gareth
A year later...