Hi, everyone.
When I import my excel file to STATA, I have 3204 error as described below.
import excel "m:\pc\dokumenter\folder\subfolder\filename.xl sx", sheet("Sheet1") first
> row
_xlshreadstringcolforce(): 3204 matrix found where scalar required
import_excel_get_first_row(): - function returned error
import_excel_load_file(): - function returned error
import_excel_import_file(): - function returned error
<istmt>: - function returned error
The interesting fact is that I did not have any problems or errors to import the same file to STATA few days ago.
However, when I try it today, the error occurs although I did not change anything in the excel file.
I searched the manual, and it explains that "3204. matrix found where scalar required. An argument is required to be 1 1 and it is not."
I do not have any idea why it happens.
Any comments and helps would be highly appreciated.
Thank you for your time.
When I import my excel file to STATA, I have 3204 error as described below.
import excel "m:\pc\dokumenter\folder\subfolder\filename.xl sx", sheet("Sheet1") first
> row
_xlshreadstringcolforce(): 3204 matrix found where scalar required
import_excel_get_first_row(): - function returned error
import_excel_load_file(): - function returned error
import_excel_import_file(): - function returned error
<istmt>: - function returned error
The interesting fact is that I did not have any problems or errors to import the same file to STATA few days ago.
However, when I try it today, the error occurs although I did not change anything in the excel file.
I searched the manual, and it explains that "3204. matrix found where scalar required. An argument is required to be 1 1 and it is not."
I do not have any idea why it happens.
Any comments and helps would be highly appreciated.
Thank you for your time.
Comment