How to open a pre-existing sheet in a workfile
Posted: Mon Nov 10, 2014 5:25 am
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
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