error message 7 is an illegal or reserved name
Posted: Wed Mar 13, 2013 9:05 am
I get this error message:
Error: 7 is an illegal or reserved name in "READ(t=xls, c3, na=na, s=q) "C:\model\Sales\Stocks.xls" 7"
for this statement:
READ(t=xls, c3, na=na, s=q) "C:\model\Sales\Stocks.xls" 7
I'm having trouble figuring out what is wrong because previously in the program, I use this statement and it works ok:
READ(t=xls, b2, na=na) "C:\model\Sales\Output.xls" 61
Error: 7 is an illegal or reserved name in "READ(t=xls, c3, na=na, s=q) "C:\model\Sales\Stocks.xls" 7"
for this statement:
READ(t=xls, c3, na=na, s=q) "C:\model\Sales\Stocks.xls" 7
I'm having trouble figuring out what is wrong because previously in the program, I use this statement and it works ok:
READ(t=xls, b2, na=na) "C:\model\Sales\Output.xls" 61