View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MikeZz MikeZz is offline
external usenet poster
 
Posts: 152
Default Can I use VBA to copy from excel and paste

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