Excel := ComObjCreate("Excel.Application")
Excel.Visible := True
file := "C:\Users\User\Desktop\ExcelFile.xlsx" ; Path to file
Excel.Workbooks.Open(file)
Excel := ComObjCreate("Excel.Application")
Excel.Visible := True
file := "C:\Users\User\Desktop\ExcelFile.xlsx" ; Path to file
Excel.Workbooks.Open(file)