Edu Vargas
New Member
- Joined
- May 16, 2022
- Messages
- 5
- Office Version
- 365
- 2019
- Platform
- Windows
Hello guys.
I have created a macro linked to a script in SAP, it exports in an automated way a report directly from SAP, and once it gets done this report is edited in Excel.
I got a simple error in an operation that shouldn't be stopping my macro:
Sheets("VL06O_OTIF").Select
Rows("1:1").Select
Selection.Delete Shift:=xlUp
What should I do? Excel 2016
I have created a macro linked to a script in SAP, it exports in an automated way a report directly from SAP, and once it gets done this report is edited in Excel.
I got a simple error in an operation that shouldn't be stopping my macro:
Sheets("VL06O_OTIF").Select
Rows("1:1").Select
Selection.Delete Shift:=xlUp
What should I do? Excel 2016