Hi there,

By way of introduction, I'm new to the VBA/JavaScript world but I do have experience programming in HTML and in Java. I've been trying to teach myself excel VBA but I've hit a wall on this project. I was wondering if anyone could help me understand how to better automate Internet Explorer from Excel's VBA engine. I am trying to access a website that is JavaScript based, but I'm afraid I do not know how to communicate with the browser via JavaScript functions.

The web page I'm trying to work with has a left-hand navigation pane with links that have the following href="javascript:showentrytype('123');" Judging from the source code of the webpage, it looks like it takes the string of the showentrytrype ('123' in this case) and passes it to another function to launch the appropriate page.

I have 3 questions:
1) How do I navigate IE with JavaScript links like the one listed above
2) Once I get to that page how do I upload data from my excel workbook to the online form
3) How do I push the submit button once I've completed the field.

Any help here would be greatly appreciated, if you know of any resource I could look at or if you have time to walk me through it personally that would be great. Thank you for your help!