I have been running VB scripts for simple tasks in SAP. today when I log into SAP via VPN my script errors out at the following step
Set Connection = SAPApplication.Children(0)
Set Session = Connection.Children(0)
If I run the script when directly working from the network then it is fine. if gives an error only when working via VPN any help is appreciated