My group has been experiencing an unfortunate glitch using wfopen to read data from Excel 2010 files. If we have an Excel workbook open and we simultaneously use wfopen to read the data in it into Eviews, Excel no longer prompts us to save when we close the Excel workbook (even if we have made changes). Annoyingly, Excel no longer prompts us to save when we close
any other workbooks we had open either. We have to exit Excel completely for the save prompt to come back. Here is an example of some code that causes problems:
Code: Select all
%targetsfile = %pathname + "targets.xlsx"
wfopen(wf=targets) %targetsfile range=sheet1
'Now try making a change in the targets.xlsx file and closing it - Excel should not prompt you to save
'Also try making a change to any other workbook you have open simultaneously and closing that - Excel should also not prompt you to save
Have other people had this issue? (We did not find this exact issue on the forum.) If not, we would like to make EViews aware of it. Thanks!