Hello,
I will need your help for the following problem.
I am using the object of Internet Explorer in Access and open a website. While it was working normally, now I take the run time error 462.
The window of Internet Explorer opens correctly. The error is in IE.Visible = True or if it is overcome this step makes the same in the Complete.
The strange is that I run the same code in 2 different pc and the specific problem exists only in the one, in the other is working normally.
Can you tell me what I have to do to solve this problem?
Thank you!
Dimitris
I will need your help for the following problem.
I am using the object of Internet Explorer in Access and open a website. While it was working normally, now I take the run time error 462.
The window of Internet Explorer opens correctly. The error is in IE.Visible = True or if it is overcome this step makes the same in the Complete.
Code:
Set IE = CreateObject("InternetExplorer.Application")
IE.navigate LoginUrl
IE.Visible = True
IE.Silent = True
The strange is that I run the same code in 2 different pc and the specific problem exists only in the one, in the other is working normally.
Can you tell me what I have to do to solve this problem?
Thank you!
Dimitris