Application.get limitations
Posted: Thu May 16, 2013 11:21 am
Hi, I use EViews 7.2 (Jan. 2. 2013) and Excel Professional plus 2010. I am controlling EViews by VBA.
The following code has some limitations depending on the size of the sample:
Public Vnames As Variant
Vnames = App.Get("@datestr(@date,""YYYY[q]Q[ ]"")")
Up to a sample size of 200-300 elements (the number is different for different samples) it’s OK, but in case of higher size Excel reports an error. There is no error notification in the com.log of EViews. Where are the limits? Could you expand these?
Thanks
The first answer comes from me.
At home I don’t have any problem with that issue at all.
I have a single license run at home – in institute EViews is on a server.
At home I have the update from Apr. 16. 2013.
At home I am sure that all installations/updates have been run without error to the default sites. Also all registering of add-ins have been successful executed, no further claims do appear at starting of EViews.
At home I have Excel Enterprice 2007.
The first check I can do in the institute to let EViews update on the April 2013 version.
The good news on the new day: As the Apr. 16. 2013 update was installed in the institute, my program is running also at work.
The following code has some limitations depending on the size of the sample:
Public Vnames As Variant
Vnames = App.Get("@datestr(@date,""YYYY[q]Q[ ]"")")
Up to a sample size of 200-300 elements (the number is different for different samples) it’s OK, but in case of higher size Excel reports an error. There is no error notification in the com.log of EViews. Where are the limits? Could you expand these?
Thanks
The first answer comes from me.
At home I don’t have any problem with that issue at all.
I have a single license run at home – in institute EViews is on a server.
At home I have the update from Apr. 16. 2013.
At home I am sure that all installations/updates have been run without error to the default sites. Also all registering of add-ins have been successful executed, no further claims do appear at starting of EViews.
At home I have Excel Enterprice 2007.
The first check I can do in the institute to let EViews update on the April 2013 version.
The good news on the new day: As the Apr. 16. 2013 update was installed in the institute, my program is running also at work.