|
-
May 22nd, 2013, 07:36 PM
#1
Thread Starter
New Member
VBA IE9 Automation: forms
Hi all,
I'm running into an issue with an automation task and was hoping for some help. Everywhere else I've been able to use pushButtonSubmit or pushButtonClick but in this case they haven't worked. I'm trying to "click" Save but I can't make it work. I'm working in Excel 2010 with IE 9. Here's the HTML:
<form method="POST" action="APTermsEditHandler.jsp" name="TermsForm">
<input type="submit" name="cancel" value="Back to TXBEF">
<input type="submit" name="save" value="Save">
<input type="submit" name="reload" value="Reload">
I tried:
ie.Document.forms(0).all(Save).Value = "save"
ie.Document.forms(0).submit
...but that just changed the name of the button.
Any ideas?
Thanks,
Andy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|