You are currently viewing the Excel VBA section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I have been trying to copy data from Excel into a form on an internet page. I found how I could do this by opening the form in a new window (as described in the below link) but I want to copy data into a window that is already open.
The reason why I cannot have the IE form open in a new window, is that I first have to go through several HTML pages before I get to the form. If I follow the technique in this link, I always end up on the first page, and not in the form.
How can I switch from my Excel to my IE window and paste the data automatically? Does anyone know?
I see that this page has been viewed several times, but no answer yet. If my question is not clear, or if you need a better explanation, do not hesitate to ask. I still need this.