Hi John,
Try this Macro and see if it works ?
lResult = Application.Run("SAPExecuteCommand", "ShowPrompts", "DS_1")
If lResult = 0 Then
End If.
nb: lResult = 0 to capture "Cancel" button.
Many thanks,
Hi John,
Try this Macro and see if it works ?
lResult = Application.Run("SAPExecuteCommand", "ShowPrompts", "DS_1")
If lResult = 0 Then
End If.
nb: lResult = 0 to capture "Cancel" button.
Many thanks,