Hi all,
I am importing 8 sheets in Stata 13 from single excel file using loop, and then saving them in the form of data sets. The loop works perfectly for the first three sheets, however, when it tries to import forth sheet Stata shows the error given below:
_xlshreadstringcolforce(): 3900 out of memory
import_excel_read_strcol(): - function returned error
import_excel_load_file(): - function returned error
import_excel_import_file(): - function returned error
<istmt>: - function returned error
r(3900);
Could anyone guide how to resolve this issue?
Note: I am facing this issue in Stata 13 which I just upgraded in my machine. Previously, I was using Stata 12 and my current dofile was working perfectly fine in it.
Thanks,
Abbas
I am importing 8 sheets in Stata 13 from single excel file using loop, and then saving them in the form of data sets. The loop works perfectly for the first three sheets, however, when it tries to import forth sheet Stata shows the error given below:
_xlshreadstringcolforce(): 3900 out of memory
import_excel_read_strcol(): - function returned error
import_excel_load_file(): - function returned error
import_excel_import_file(): - function returned error
<istmt>: - function returned error
r(3900);
Could anyone guide how to resolve this issue?
Note: I am facing this issue in Stata 13 which I just upgraded in my machine. Previously, I was using Stata 12 and my current dofile was working perfectly fine in it.
Thanks,
Abbas