Hi there, I have the following code:' Function to read data from fileFunction GetDataFromFile(filePath)Dim ExcelAppDim WorkbookDim DataSheetDim DataRangeDim Data' Create Excel objectSet ExcelApp = CreateObject("Excel.Application")ExcelApp.Visible = F...