Natalia16
Discoverer
Member since ‎2024 Feb 12

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...
Hello everyone!I am really new to SAP VBA. I am trying to create a code which involves entering 4 transactions in SAP and exporting a report from each. I would like to have these four reports exported into one excel file (preferably into 4 different ...