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
