Hi
I have following html code when i execute the macro code First Name, Last Name working fine but the submit button is not executing. Submit Button not clicking
Can you check the below macro code and guide what are the changes to made in the macro code for submit button
HTML Code
Regards
Shahul
I have following html code when i execute the macro code First Name, Last Name working fine but the submit button is not executing. Submit Button not clicking
Can you check the below macro code and guide what are the changes to made in the macro code for submit button
HTML Code
| |||
Macro Code |
Code:
.getElementsByName("firstname")(0).Value = ThisWorkbook.Sheets("Data").Range("A1").Value
.getElementsByName("lastname")(0).Value = ThisWorkbook.Sheets("Data").Range("B1").Value
.getElementsByName("submit").Click
Regards
Shahul
Last edited by a moderator: