Help needed in my VBA code SAP logon / SAP Scripting & Excel Interaction in VBA
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...