Is Excel itself closed?
--
"[xxx] has very definite opinions, and does not suffer fools lightly.
This, apparently, upsets the fools."
---BB cuts to the pith of a flame-fest
oh yes
There are atleast two ways how to import data from Excel.
GET DATA
/TYPE=XLS
/FILE="\\My Documents\Excel_file.xls"
/SHEET=name "Sheet1"
/CELLRANGE=full
/READNAMES=on.
GET DATA
/TYPE=ODBC
/CONNECT="DSN=Excel Files;DBQ=\\My Documents\Excel_file.xls;"
/SQL="SELECT * FROM `Sheet1$`".
Excel file must be closed using the first option. But it can be open
using the second (ODBC) option.
HTH
> oh yes- Hide quoted text -
>
> - Show quoted text -