Re: Navigate Internet Explorer using VBA
Thank you Thomas,
"Ajetrump" has given me the solution. It is: "IE.Document.getElementsByTagName("div").Item(15).Click".
Have a good day,
Codactu.
Hi,
About the spaces in my code it's happen when i pasted it.
I have tried to submit the form with "ie.document.forms(0).submit" but it's effect is to uncheck the checkboxes.
If i can't click on a div, is it possible to move the cursor of the mouse to the form and click ?
Sorry for the...
ok,
About the spaces in the code i posted, it's happen when i pasted it.
I tried the code "ie.document.forms(0).submit " . It's effect is to uncheck the chexboxes which are on the page.
If i can't click on a div, is it possible to move the cursor of the mouse on and to click ?
Sorry for...
Hello,
I m a new user and I have a trouble with a submitting form .
The link of the web site is http://www.assurland.com/Pages/Resul...OPEOEXIEAHHGDD
and i cannot submit the form "Cliquez ici pour comparer en détail".
Here is my code:
For Num = 0 To...
Re: Navigate Internet Explorer using VBA
Hello, i'm a new user and i appreciate your post about how to navigate IE using VBA.
I have a trouble with a submitting form and i would like to know your opinion about it.
The link of the web site is...