Error message in PageLoad when excel worksheet is missing
Posted: Wed Sep 08, 2021 6:06 am
Hi,
PageLoad does not return an error message if the excel worksheet specified in the range option does not exist and a cell interval is not provided, for example:
Will not result in an error message if Sheet5 doesn't exist.
It would be nice to get an error message in the same way as when a cell interval is provided, for example:
Will result in an error message if Sheet5 doesn't exist.
Thanks,
/Erik, NIER Sweden
Eviews 12, july 26 build
PageLoad does not return an error message if the excel worksheet specified in the range option does not exist and a cell interval is not provided, for example:
Code: Select all
PageLoad C:\temp\temp.xlsx range="Sheet5" It would be nice to get an error message in the same way as when a cell interval is provided, for example:
Code: Select all
PageLoad C:\temp\temp.xlsx range="Sheet5!A1:B2" Thanks,
/Erik, NIER Sweden
Eviews 12, july 26 build