比較簡單:
excel := ComObjActive("Excel.Application") ; 建立Excel 對象
Sheet:=excel.Worksheets["Sheet1"]
;擷取Sheet1的A1 單元格内容
MsgBox % Sheet.Cells[1,1].Value
比較簡單:
excel := ComObjActive("Excel.Application") ; 建立Excel 對象
Sheet:=excel.Worksheets["Sheet1"]
;擷取Sheet1的A1 單元格内容
MsgBox % Sheet.Cells[1,1].Value