Hi,
I am getting "Automation Error, The object has disconnected from clients" error while i am trying to enter the data in webpage.
Here is the code,
Sub GetIE()
Dim objIE As InternetExplorer
Dim OrgBox As HTMLInputElement
Set objIE = New InternetExplorer
objIE.Visible = True...