変数= CreateOLEObj("Excel.Application") Excel.Visible = True Excel.WorkBooks.Open(FileName:=ファイルのパス,readOnly:=false) //excel.sheets[1].Cells[1,1].value等でセルの値にアクセスできる。