Can I use VBA to copy from excel and paste

M

MikeZz

My apologizes if this is a duplicate... I can't find the post.

I have an excel macro that processes some data and copies a string to the
clipboard.

The next step is that I currently manually copy this string to an open
website.
It's actually a flash program on an open web page. The program itself has a
number of tabs (each identically structured) with a couple buttons and a
field in which I paste to.

Since I have to do this on a regular basis, is there a way to program excel
to find the page and input box I want, paste the string, then press a button
on the page?

Any help would be GREAT!

Thanks,
MikeZz
 
J

Joel

Web programming is a little tricky. there is no stadnzrd method to find a
particular box. If you post the URL I can help. You need to look at the
source code of the webpage by goiong to IE explorer under menu view - source.
then lknow a little html find the box and look for a tag or ID. I do this
all the time. If you can't post the URL then I will give you some sample
code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top