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")...
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?
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.