[Migrated content. Thread originally posted on 27 January 2005]
Eureka ... it works with the folowing codeCREATE APPLICATION OF EXCEL HANDLE IN olExcel.
MODIFY olExcel @Visible = 1.
MODIFY olExcel Workbooks::@_Open(BY NAME FILENAME "filename",
BY NAME Format xlCSV,
BY NAME Delimiter ";",)
GIVING olWrkBk.
Txs anyway .. I will post this code in forum
See you later at one of the courses in the Netherlands.
