Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. "MikeZz" wrote: 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't Copy and Paste or Paste Special between Excel Workbooks | Excel Discussion (Misc queries) | |||
Copy and Paste in Excel | Excel Discussion (Misc queries) | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
copy and paste into excel | Excel Discussion (Misc queries) | |||
copy multiple worksheets of a workbook, and paste onto a Word document ( either create new doc file or paste onto an existing file.) I need this done by VBA, Excel Macro | Excel Programming |