The Import Function
Posted: Tue Feb 02, 2010 3:09 pm
Hi All,
I am trying to update my old eviews 6 programs and found out that the import function is not as easy as I thought it would be. Say if I am importing several sheets from the same Excel 2007 file using a loop (same data format in each of these sheets), and the top leftmost numeric value of these sheets all start in the cell B6, how should I specify the import function?
So far, I have:
where %file_loc is the location of the file, and the %tab_current is the current tab name. I wonder how I can make it read only from B5 (variable names)? Please let me know. Thanks.
Tchaithonov
I am trying to update my old eviews 6 programs and found out that the import function is not as easy as I thought it would be. Say if I am importing several sheets from the same Excel 2007 file using a loop (same data format in each of these sheets), and the top leftmost numeric value of these sheets all start in the cell B6, how should I specify the import function?
So far, I have:
Code: Select all
import(type="excelxml", page=Daily) %file_loc range={%tab_current}
Tchaithonov