Search found 1 match

by Svyatoslav
Mon Jul 22, 2019 2:14 pm
Forum: General Discussion
Topic: Connection to SAP
Replies: 1
Views: 5164

Connection to SAP

Hello, it is possible to run vbs code for SAP inside macro scheduler? my code If Not IsObject(application) Then Set SapGuiAuto = GetObject("SAPGUI") Set application = SapGuiAuto.GetScriptingEngine End If If Not IsObject(connection) Then Set connection = application.Children(0) End If If Not IsObject...
Sign up to our newsletter for free automation tips, tricks & discounts