Hello all,
our targe is to logon via VBA after opening a workbook (by using a tasker).
Therefor I used this VBA code:
Sub Workbook_open()
Iret = Application.Run("SAPLogon", "DS_1", "100", "USERNAME", "PASSWORD")
End Sub
The problem is, that we have to enter the "OK-Button" manually.
But we don't want to press the OK Button --> The VBA code should do that for us.
Can you help me please?
Thank you.
Best
Steffen