Recent content by codactu

  1. C

    Re: Navigate Internet Explorer using VBA

    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.
  2. C

    Navigate IE using VBA: trouble with submit form

    Good!!!! Thank you very much. It works now The code is: IE.Document.getElementsByTagName("div").Item(15).Click Have a good day , Codactu.
  3. C

    Navigate IE using VBA: trouble with submit form

    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...
  4. C

    Navigate IE using VBA: trouble with submit form

    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...
  5. C

    Navigate IE using VBA: trouble with submit form

    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...
  6. C

    Re: Navigate Internet Explorer using VBA

    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...
Back
Top Bottom