Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. steve_faulkner

    auto fill webform and submit and loop from xls sheet

    Skip, Thank You for all your help i do appreciate it. I did finally get the code to work and wanted to share it with you. not sure if there is a better way or not but this works. Sub submitFeedback3() Application.ScreenUpdating = False Set IE = CreateObject("InternetExplorer.Application")...
  2. steve_faulkner

    auto fill webform and submit and loop from xls sheet

    That might work but this line doesn't fail but it doesn't submit or it might have worked. IE.Document.getElementById onclick = "sendForm" is having issues submitting. I think I'm closer though.. Do you know of an IE.form code?
  3. steve_faulkner

    auto fill webform and submit and loop from xls sheet

    Skip How do I get this submit and reload the page When I run it I see all the data flying through but its not being submitted Thanks again for your help.
  4. steve_faulkner

    auto fill webform and submit and loop from xls sheet

    Thanks it worked all accept the submit part I have something wrong still. To answer your question I'm pretty green to programing just trying to learn...
  5. steve_faulkner

    auto fill webform and submit and loop from xls sheet

    I have been working on this for a bit here is what I have any help would be greatly apprieciated. Sub submitFeedback3() Application.ScreenUpdating = False Set IE = CreateObject("InternetExplorer.Application") IE.Visible = True IE.Navigate...

Part and Inventory Search

Back
Top